Colorim is a python package made by im-lemon, it uses ANSI codes to make coloured text, as well as RGB. Colorim is inspired by Colorama and Rich, but Colorim allows for more options when making coloured text, such as:
-
RGB Text, with
print(Rgb.rgb(r,g,b, text) -
Hex text, with:
print(Hex.hex(#ff0000)) -
And the predefined colours with:
print(Color.red("hello world"))
- Gradient (Lolcat) type text.
- More custom predefined colours.
- And more!
IT IS A GLITCH.