Convert images to colored ASCII art in your terminal. This tool transforms any image into ASCII characters while preserving the original colors.
- Convert images to ASCII art
- Preserve original colors in terminal output
- Adjustable output width
- Option for monochrome output
- Supports most common image formats (PNG, JPEG, GIF, etc.)
pip install asciifyyBasic usage:
asciify path/to/image.jpg-
-w, --width: Set output width in characters (default: 100)asciify path/to/image.jpg -w 150
-
-nc, --no-color: Disable colored outputasciify path/to/image.jpg --no-color
- Python 3.7 or higher
- Pillow (PIL)
- Colorama
To set up the development environment:
git clone https://github.com/markmysler/asciify.git
cd asciify
pip install -e .MIT License - See LICENSE for details.
Mark Mysler (myslermark@gmail.com)
Contributions are welcome! Please feel free to submit a Pull Request.
