Skip to content

joeVenner/awesome-ascii-art-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages