EdwinRozario/PythonColorPrint
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Code name: color.py
Purpose: To print a string in color
Use: Copy color.py to your working directory
from color import ColorPrint
ColorPrint("hello").red # Will print hello in red
ColorPrint("hello").green
ColorPrint("hello").RED # Will print hello highlited in red
ColorPrint("hello").GREEN