Turn Images into ASCII-art
git clone https://github.com/daspartho/ImageToAscii.git
cd ImageToAscii
pip install pillow
Run the script from a terminal using
python main.py <image file path>
Note: The text file produced may be quite large, to see the whole ASCII image try zooming out or reduce font size.
If you want to contribute code, just write a quick pull request and the developers will take a look at it. If you want to suggest an idea, just write an issue and the developers will check it out!