Convert image to ASCIIesque art using any given character set.
python3 ./ <image> [options]
Image to character map.
positional arguments:
<image> path to image or URL
optional arguments:
-h, --help Show this help message and exit
-c CHARSET String of characters or charset name
-s SIZE Size in characters
-r RATIO Ratio of characters
charsets:
symbols
kanji
kanji2
kanji3
kanji4
hangul
hangul2
User specified string..
$ python3 ./ test/paris.jpg -s 50 -r 1 -c '!@#$%^&*()/'
$ python3 ./ https://url-to-image.com/image.jpg -c "kanji" -s 40