Python3 cli tool for making high res ASCII art images.
Full color or black and white photos.
The larger the image size the better the resolution.
Adjust features interactively or by command-line flags.
- adjust image scale --scale
- adjust character font-size --font-size
- adjust a character width --charW
- adjust a character height --charH
- reverse character order for white background image --rev
- name the output file --output
- query me for remaining options -i
Python (3)
pip
pip install -r requirements.txt
Tested on:
Mac OSX 10.15.4
Windows 10
You can download the latest version of ascii-art-python3-cli by cloning the GitHub repository.
git clone https://github.com/RobHunn/ascii-art-python3-cli
python ascii.pythen answer interactive questions.python ascii.py img.jpgoutput art with default settingspython ascii.py img.jpgplus optional flags. Enter any number of optional flags. Use -i for interactive mode to be queried for remaining options.
Optional flags
python ascii.py img.png --scale=.1 --charW=12 --charH=18 --rev=False --output=newimg -i

