A simplifier of the Colorama API, and some extra functions.
Colors was originally born in Chuy. But little by little, as I created more terminal applications I realized that in all of them I had some helper methods related to colorama, so I decided to separate it to a new package.
Is very simple to use this package:
from colores import colorized_print, colorized_input, CYAN, MAGENTA, YELLOW
colorized_print(colorized_input("Enter a text:"), CYAN)
All the functions are defined in colores/core.py and are well documented.
This project is licensed under the MIT License