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)