This is a simple text-based Python program to convert images into ASCII representations. I am indebted to Praveen Kumar's tutorial on this, which I used as a starting point.
It relies on PIL(Pillow), but otherwise nothing else.
Features:
- Convert images to ASCII
- Customise the image size and character representation
- Save ASCII images to text files