Skip to content

EdwinRozario/PythonColorPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

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

About

Python module to print string in color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published