Generate ascii art from text input.
Project description
██████╗ ██╗ ██████╗ ████████╗ ███████╗ ██╗ ██╗ ████████╗
██╔══██╗ ██║ ██╔════╝ ╚══██╔══╝ ██╔════╝ ╚██╗██╔╝ ╚══██╔══╝
██████╔╝ ██║ ██║ ███╗ █████╗ ██║ ███████╗ ╚███╔╝ ██║
██╔══██╗ ██║ ██║ ██║ ╚════╝ ██║ ██╔════╝ ██╔██║ ██║
██████╔╝ ██║ ╚██████╔╝ ██║ ███████╗ ██╔╝╚██╗ ██║
╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file big_text-0.2.1.tar.gz.
File metadata
- Download URL: big_text-0.2.1.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66e80d27fffc984ae43c04347110ff6e61865449331f632a6120bb4c57c37808
|
|
| MD5 |
ee3f56038f00498baa95d46b068f5dcf
|
|
| BLAKE2b-256 |
2a11ad349f294d67e502faeae4f7810eaa13f5e067b41b4a3d4075e0d35ad788
|
File details
Details for the file big_text-0.2.1-py3-none-any.whl.
File metadata
- Download URL: big_text-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
043fcd471746f1c1f7dffed1a6cf73268a621b8a3314b9fb44860c6dbcebab74
|
|
| MD5 |
b1a31cf85d67b3d89f0ac5688af15721
|
|
| BLAKE2b-256 |
2acd2d0de56e65629de9aa39e9b2bc0a75fe8a88c53b852c96ca9b13086fa6bc
|