Simple web app to convert images into ASCII art.
- Drag & drop or click to upload images
- Select output width (predefined or custom)
- Choose character set: Braille, ASCII, Chinese
- Invert light/dark mapping
- Live preview and copy to clipboard
-
Clone the repo
-
Install dependencies
pip install -r requirements.txt
-
Create a
.envfile with:SECRET_KEY=your_secret_key -
Run the app:
python app.py
-
Open your browser at
http://localhost:5000
Enjoy converting images to ASCII!
