pypi
wiki
A module that specifies the color of print.
It can be installed using pip.
python3 -m pip install -U color-printtext
On Windows, install with this command.
py -3 -m pip install -U color-printtext
If you have passed PATH, you can install it with this command.
pip install -U color-printtext
Install with Sample code
import colorprinttext
colorprinttext.cprint('test','red')