bcolors

A module for coloring print statement.


License
GPL-3.0
Install
pip install bcolors==1.0.4

Documentation

BCOLORS

Setting Text ForeGround Color. This can be used with Print Statement.

Installation

pip install bcolors

Usage

import bcolors as b
print(b.OK + "Color Statement" + b.END)