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

https://github.com/wasi-master/gradient_figlet

Prints gradient figlets using rich and pyfiglet
https://github.com/wasi-master/gradient_figlet

ascii figlet gradient pyfiglet python python3 terminal terminal-based ui

Last synced: 10 months ago
JSON representation

Prints gradient figlets using rich and pyfiglet

Awesome Lists containing this project

README

          

![](https://raw.githubusercontent.com/wasi-master/gradient_figlet/main/banner.png)

Gradient Figlet

A CLI that prints (optionally outputs html) gradient figlets using [rich](https://github.com/Textualize/rich "Rich is a Python library for rich text and beautiful formatting in the terminal.") and [pyfiglet](https://github.com/pwaller/pyfiglet "An implementation of figlet written in Python.")

## Usage

To get all the information about the parameters, run the following command:

```sh
python -m gradient_figlet -h
```

To just test out the tool with some pre determined pleasant parameters, run the following command:

```sh
python -m gradient_figlet YOUR_TEXT
```

And change YOUR_TEXT to something else that you want.

## Screenshots

![image_1](https://raw.githubusercontent.com/wasi-master/gradient_figlet/main/screenshots/image_1.png)
![image_2](https://raw.githubusercontent.com/wasi-master/gradient_figlet/main/screenshots/image_2.png)
![image_3](https://raw.githubusercontent.com/wasi-master/gradient_figlet/main/screenshots/image_3.png)
![image_4](https://raw.githubusercontent.com/wasi-master/gradient_figlet/main/screenshots/image_4.png)
![image_5](https://raw.githubusercontent.com/wasi-master/gradient_figlet/main/screenshots/image_5.png)
![image_6](https://raw.githubusercontent.com/wasi-master/gradient_figlet/main/screenshots/image_6.png)