Skip to content

c-shubh/text2ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text2ascii

This python program converts text to ASCII art

Usage

  • Run python text2ascii.py
  • Select a font (enter number corresponding to the listed fonts)
  • Enter text
$ python text2ascii.py
Fonts:
1. ANSI Regular
2. ANSI Shadow
3. Aerobatic
4. Big
5. Dancing font
Select a font: 4
Enter text: Hey There!
  _    _                      _______   _                            _
 | |  | |                    |__   __| | |                          | |
 | |__| |   ___   _   _         | |    | |__     ___   _ __    ___  | |
 |  __  |  / _ \ | | | |        | |    | '_ \   / _ \ | '__|  / _ \ | |
 | |  | | |  __/ | |_| |        | |    | | | | |  __/ | |    |  __/ |_|
 |_|  |_|  \___|  \__, |        |_|    |_| |_|  \___| |_|     \___| (_)
                   __/ |
                  |___/

About

A simple CLI to convert text to ascii art.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages