from termcolor import colored print(colored('Hello World', 'green')) print(colored('Hello World', 'cyan', 'on_magenta', attrs=['blink', 'bold']))
More colors but harder to use