Metadata-Version: 2.1
Name: gradient_figlet
Version: 0.4.0
Summary: Prints beautiful gradient figlets to the terminal
Home-page: https://github.com/wasi-master/gradient_figlet/
Author: Wasi Master
Author-email: arianmollik323@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/wasi-master/gradient_figlet#readme
Project-URL: Source, https://github.com/wasi-master/gradient_figlet
Project-URL: Changelog, https://github.com/wasi-master/gradient_figlet/blob/main/CHANGELOG.md
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: testing
License-File: LICENSE

# 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)


