An open API service indexing awesome lists of open source software.

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

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"
```

![Example](example.png)