from termcolor import colored print colored('hello', 'red'), colored('world', 'green')
print('x1b[38;2;5;86;243m' + 'Programiz' + 'x1b[0m')