2 Answers
+ 1
Thank you
0
from colorama import Fore,Style
print("this is  red {0} color {1} ".format(Fore.RED,Style.RESET_ALL))
Taken from here 
https://stackoverflow.com/questions/287871/how-to-print-colored-text-in-terminal-in-JUMP_LINK__&&__python__&&__JUMP_LINK



