Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 483 Bytes

File metadata and controls

19 lines (13 loc) · 483 Bytes

🪄 Background Remover

A lightweight Python script that automatically removes the background from an image using the rembg library.
Perfect for quick, clean, and automated image editing.


📦 Features

  • Removes image backgrounds with a single run
  • Outputs a transparent PNG
  • Uses rembg and Pillow for fast, reliable results

🧰 Requirements

Make sure you have Python 3.8+ installed, then install dependencies:

pip install rembg Pillow