awesome-ascii-art-generator icon indicating copy to clipboard operation
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

demo

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

asciigenerator

asciiText.getAscii(text="TextText",font="broadway")

colorascii

asciiText.getAsciiColor(text="JoeVenner",font="broadway",color="green")

FOR API CALL

  1. LIST FONTS http://artii.herokuapp.com/fonts_list
  2. GENERATE ASCII TEXT http://artii.herokuapp.com/make?text=ASCII+art&font=trek

TO ADD

  • [ ] Add as python Module
  • [ ] Use it in Offline mode