Answers for "python print to terminal with different color"

1

python print to terminal with color

from termcolor import colored
print colored('hello', 'red'), colored('world', 'green')
Posted by: Guest on December-16-2020

Code answers related to "python print to terminal with different color"

Python Answers by Framework

Browse Popular Code Answers by Language