Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 1013 Bytes

README.md

File metadata and controls

46 lines (23 loc) · 1013 Bytes

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