/ASCII_ART

ASCII art creator

Primary LanguagePython

ASCII_ART

Usage:

python3 ascii_art.py --help

image

python3 ascii_art.py -f slant "hello world" 

image

You can save the output to a text file as below:

python3 ascii_art.py -f slant "hello world" -o helloworld.txt

image