Bring color into Python CLI with aj-colorize
You can install the aj-chalk package via pip:
pip install aj-chalk
To use the aj-chalk function, simply import it from the package, and call aj_chalk.colorize(color, text, should_print):
import aj_chalk
aj_chalk.colorize('#2b38cc', 'Blue text', True) # Prints: Blue text