Skip to content

yks0000/bcolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)