xart: generate art ascii texts.
xart
is a pure Python library that provides an easy way to generate art ascii texts. Life is short, be cool.
1 | ██╗ ██╗ █████╗ ██████╗ ████████╗ |
Getting Started
help
1 | $ xart -h |
generate ascii text via random font
1 | $ xart test |
generate ascii text via given font
1 | $ xart test -f 3D_Diagonal |
show all supported fonts
1 | $ xart -l |
show font infomation
1 | $ xart -i -f Weird |
version
1 | $ xart -v |
Installation
xart
is hosted on PYPI and can be installed as such:
1 | $ pip install xart |
Alternatively, you can also get the latest source code from GitHub and install it manually:
1 | $ git clone git@github.com:xlzd/xart.git |
For update:
1 | $ pip install xart --upgrade |
License
WTFPL (here)