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 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.

 

To finish reading, please visit source site