awesome-ascii-art-generator
awesome-ascii-art-generator copied to clipboard
Generate a Beautiful ASCII art from a string
ASCII TEXT GENERATOR - PYTHON
Ascii Text Generator, it will help you to add beatufull banners to your scripts
HOW TO USE :
INSTALL REQS
pip install wheel
python setup.py bdist_wheel
pip install -e .
import asciiText
GET LIST OF AVAILABLE FONTS
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
GENERATE ASCII ART FROM A TEXT
asciiText.getAscii(text="TextText",font="broadway")
asciiText.getAsciiColor(text="JoeVenner",font="broadway",color="green")
FOR API CALL
- LIST FONTS http://artii.herokuapp.com/fonts_list
- GENERATE ASCII TEXT http://artii.herokuapp.com/make?text=ASCII+art&font=trek
TO ADD
- [ ] Add as python Module
- [ ] Use it in Offline mode