Apply amazing horizontal and vertical color gradients to text and ASCII art in the terminal.
Project description
ColorGradText
ColorGradText is a Python module that allows you to apply amazing color gradients to text and ASCII art in your terminal.
It supports horizontal and vertical gradients, works with multi-line text, and comes with 10 creative gradient presets.
from colorgradtext import aqua_wave
text = "Og_Ten"
print(aqua_wave(text))
from colorgradtext import lime_light
ascii = r"""
____ _____ _______ ______ _ _
/ __ \ / ____| |__ __| ____| \ | |
| | | | | __ | | | |__ | \| |
| | | | | |_ | | | | __| | . ` |
| |__| | |__| | | | | |____| |\ |
\____/ \_____| _______ |_| |______|_| \_|
|_______|
"""
print(lime_light(ascii, direction="vertical"))
Download: pip install colorgradtext
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file colorgradtext-1.0.0.tar.gz.
File metadata
- Download URL: colorgradtext-1.0.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57d08f60420d6285f41428c8faf0d91fa55dfdc3aa38fdb0ce9ae3d1ce2c4b9f
|
|
| MD5 |
3a80972e116ad1fc4b0b21309829dd33
|
|
| BLAKE2b-256 |
6609d2b74022c462ed113bce0a1d8fd32fb13d031c1b6ca828471abc5a11beb9
|
File details
Details for the file colorgradtext-1.0.0-py3-none-any.whl.
File metadata
- Download URL: colorgradtext-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1851d607a79d66fd2fe45cb896b1335e0335842a42086cb3d5badd273f5efa1a
|
|
| MD5 |
7a15cc5dc1d271a27189b09cf95d0fad
|
|
| BLAKE2b-256 |
873ea7e0d0a20af37f7bce1ca2b7478fb09808e555e89db5d034268c41cd1041
|