? Colorate – Python ?

About

  • Colorate is an Open Source project that makes it easy to use Python color coding in your projects.
  • After downloading the Colorate folder follow the tutorial below or also download example.py to understand how Colorate works.

Import Colorate

from Colorate.color import *

Example use

from Colorate.color import * # Import colorate

# Example for use

print(Color.Green + "Hello World!" + Color.END)

Help?

Command Name Your Function
Color.NameColor Start the Color
Color.END Stop the Color

Color List

All Colors
Default
Black
Red
Green
Yellow
Blue
Magenta
Cyan
LightGray
DarkGray
LightRed
LightGreen
LightYellow
LightBlue
LightMagenta
LightCyan
White

GitHub

View Github