Skip to the content.

⏳Term Painter The Gradient Lib

A lightweight Python library to print beautiful gradient-colored text in your terminal. Perfect for making your CLI output colorful and stylish with smooth color transitions!. It is usefull in interactive console applications

The best thing is that it support aniamted gradient text even cholroma hasn’t


🚀 Features


📸 Usage and Screenshots

from term_painter import gradeint,rainbow

print(gradeint.gradient("Hello World", "#ff0000", "#0D00FF")) #gradient
rainbow("This is cool!", speed=0.1)  # Animated

20250809_001501


📦 Installation

cd your-project-path
git clone https://github.com/Exoo25/term_painter/


⚠️ Important:
For best results, use terminals that support 24-bit (true color). Some terminals may show approximate colors if true color is not supported.


Change Logs