A python script to transform an image into asciis characters.
Download the latest release on github.com/judemont/ascii-art-generator/releases/latest
chmod +x ascii-art-generator
sudo cp ascii-art-generator /bin/ascii-art-generator
ascii-art-generator [-h] -p PICTURE [-he HEIGHT]
optional arguments:
-h, --help show this help message and exit
-p PICTURE, --picture PICTURE
Picture file to use.
-he HEIGHT, --height HEIGHT
Ascii art result height (In numbers of characters)
ascii-art-generator --help
or ascii-art-generator -h
Contributions are very appreciated.