Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 477 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 477 Bytes

ascii-image-generator

Generate an image rendered in ASCII characters from a normal .jpg or .png input image

Instructions :

Place "ASCII-generator.py" and "asciiResult.txt" in the same directory, along with the image you would like to convert. Note that only .png and .jpg/.jpeg image formats are supported. Install the Pillow module for Python using pip install Pillow. Run the python script and the ASCII image result will be found the in "asciiResult.txt" file.