Skip to content

This module allows you to set a gradient preset for your text. Choose from a good amount of presets with amazing colors to choose from to give your text or header that flair it needs. Super easy to install and setup in your script to add that amazing detail.

License

Notifications You must be signed in to change notification settings

OgTen/GradientText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Default direction is "horizontal", so there's no need to add this line.

Usage

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

Install

Download : pip install colorgradtext

About

This module allows you to set a gradient preset for your text. Choose from a good amount of presets with amazing colors to choose from to give your text or header that flair it needs. Super easy to install and setup in your script to add that amazing detail.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages