Add colors to your terminal with this PyPI module. Make debugging more efficient and your messages more visible!
Documentation:
https://pypi.org/project/jaime38130/
pip install jaime38130
Available colors:
green white black cyan magenta red blue yellow
Importing:
from jaime38130 import *
Examples with green color:
green("I needed color")
I needed color
green("I needed color", "header")
I needed color
green("I needed color", "*")
I needed color
green("I needed color", "**")
I needed color
10 Aug. 2024
|
Last Updated: 22 Nov. 2025
|
jaimedcsilva Related