Colors in Terminal – Python Lang
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 downloadexample.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.