Menu

Tree [fbb130] main /
 History

HTTPS access


File Date Author Commit
 README.md 2025-09-23 Zac Jones Zac Jones [fbb130] Create README.md
 converter.py 2025-09-23 Zac Jones Zac Jones [7b8486] Create converter.py

Read Me

🖼️ Image to Black & White Converter

A beginner-friendly Python script that converts images to either:

  • Grayscale (shades of gray)
  • Pure Black & White (binary mode with adjustable threshold)

This tool is part of my learning journey in photo editing and script development.
I also run a site: Piksart.one where you can explore more about PicsArt Mod APK and creative editing tools.


🚀 Features

  • Convert any JPG/PNG to grayscale with one command
  • Switch to black & white (bw) mode with --mode bw
  • Adjust threshold (0–255) for best results
  • Super simple and lightweight (uses Python Pillow library)

📥 Installation

Make sure you have Python installed. Then install the only dependency:

```bash
pip install pillow