https://github.com/cloudymax/art_generator
creates ascii art w/ pyfiglet and pygments
https://github.com/cloudymax/art_generator
Last synced: about 1 year ago
JSON representation
creates ascii art w/ pyfiglet and pygments
- Host: GitHub
- URL: https://github.com/cloudymax/art_generator
- Owner: cloudymax
- Created: 2021-07-30T12:59:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T19:09:43.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T10:36:33.790Z (about 1 year ago)
- Language: Python
- Size: 496 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Art Generator
Fun command line app to make word art using figlet
## Usage
```zsh
export FONT="poison"
export TEXT_COLOR="ansimagenta"
export BG_COLOR="ansigreen"
export PAYLOAD="Poison"
python3 art_generator.py $FONT $TEXT_COLOR $BG_COLOR $PAYLOAD
python3 art_generator.py "poison" "ansimagenta" "ansigreen" "Poison"
```
