A short program written in Python using the Pillow module that takes in an image and outputs it in ASCII form (planning to implement a color version sometime soon).
Tested using Python 3.7
Uses Pillow module
Install requirements using pip:
$ pip3 install -r requirements.txt
$ python3 generator.py <path of image to be converted>