/bcolors

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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)