This python script converts the input image to an ASCII version of itself. This is achieved by giving a different range of grayscale values to different special characters from the ASCII set. The whole image is then converted based on this.
-
Create a virtual environment and activate it
-
Install the requirements
$ pip install pillow
$ python asciify.py [image_path] #without the brackets
$ python asciify.py input.jpg