#pip install termcolor import termcolor print(termcolor.colored("Hello ","red"),termcolor.colored("World!","green"))