termcolor
Colorizing terminal.
cprint(txt:string,color:string)
print text with passed color.
Colors :
redgreenyellowbluemagentacyanwhiteblack
Example :
cprint("Hello World!","green")
reset_color()
resets termianl color.