Skip to content

glentner/big-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

██████╗  ██╗  ██████╗          ████████╗ ███████╗ ██╗  ██╗ ████████╗
██╔══██╗ ██║ ██╔════╝          ╚══██╔══╝ ██╔════╝ ╚██╗██╔╝ ╚══██╔══╝
██████╔╝ ██║ ██║  ███╗  █████╗    ██║    ███████╗  ╚███╔╝     ██║   
██╔══██╗ ██║ ██║   ██║  ╚════╝    ██║    ██╔════╝  ██╔██║     ██║   
██████╔╝ ██║ ╚██████╔╝            ██║    ███████╗ ██╔╝╚██╗    ██║   
╚═════╝  ╚═╝  ╚═════╝             ╚═╝    ╚══════╝ ╚═╝  ╚═╝    ╚═╝   

License: MIT   Version   Python Version

A Python library and command-line tool for converting text into ASCII art.

Install

The well-known uv utility is the best way to install this program.

uv tool install big-text

Usage

Use big-text --help to get usage and help on options.

big-text 'Welcome!'

To use within another Python project, uv add big-text:

from big_text import ascii_art

text = ascii_art('Welcome!')
print(text)

Note

Ported from original MATLAB code:

Eli Farber (2025). makeBanner - Big ASCII Style Comment Generator. MATLAB Central File Exchange. Retrieved September 22, 2025. URL: https://www.mathworks.com/matlabcentral/fileexchange/181715-makebanner-big-ascii-style-comment-generator)

About

Python library and command-line tool for converting text to ASCII art.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages