Ascii Text Generator, it will help you to add beatufull banners to your scripts
pip install wheel
python setup.py bdist_wheel
pip install -e .
import asciiText
asciiText.listFonts(exemple=True,text="TestText")
- exemple : If True it will list all the fonts including exemples if False it will list only the font id
asciiText.getAscii(text="TextText",font="broadway")
asciiText.getAsciiColor(text="JoeVenner",font="broadway",color="green")
- LIST FONTS http://artii.herokuapp.com/fonts_list
- GENERATE ASCII TEXT http://artii.herokuapp.com/make?text=ASCII+art&font=trek
- Add as python Module
- Use it in Offline mode