Generate an image rendered in ASCII characters from a normal .jpg or .png input image
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.