https://github.com/squidkid-deluxe/banner3d
A small module that converts regular text to ASCII art text.
https://github.com/squidkid-deluxe/banner3d
ascii-art pretty-print python3 terminal
Last synced: 3 months ago
JSON representation
A small module that converts regular text to ASCII art text.
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/banner3d
- Owner: squidKid-deluxe
- Created: 2020-04-03T22:31:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T22:35:09.000Z (about 5 years ago)
- Last Synced: 2025-01-14T11:02:18.861Z (4 months ago)
- Topics: ascii-art, pretty-print, python3, terminal
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banner 3D module
Banner 3D is a simple module that allows the user to convert regular text to special 'banner 3D' text.
The text can have a different background and foreground color.
NOTE: the converted text may be to big for your screen, if so, zoom out in the terminal.
also, the module currently does NOT support 'other' symbols, like @, #, $, %, ^, and &.
The module can be installed with the setup.py provided, but be sure to do colorize.py first. Otherwise, the banner3D setup.py will throw an error.
## Dependencies:
banner_3d.py:
- colorize.py