Image2Ascii is a Python script that converts your favorite image into corresponding ASCII art.
git clone https://github.com/sujpac/image2ascii.git
cd image2ascii
sudo python3 -m pip install Pillow
python3 main.py -i <image.jpg>
Usage: python3 main.py [-f] -i <image_file>
Options:
-f Fit ASCII output to terminal window (default True)
-c Colorful ASCII output (default False)
-i string
Filename of image to be converted into ASCII art (default 'images/plane.jpg')
This project is under the MIT License. See the LICENSE file for the full license text.