Python code to convert an image to ASCII image
Install requirements:
pip install numpy OR pip3 install numpy
pip install pillow OR pip3 install pillow
pip install pyfiglet OR pip3 install pyfiglet
TO RUN THE SCRIPT:
python "ASCII_IMAGE_GENERATOR.py" --file <image_file> --cols 120
OR
python3 "ASCII_IMAGE_GENERATOR.py" --file My_Logo.jpg --cols 120