Answers for "python print in favorate color in terminal cmd"

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 in favorate color in terminal cmd"

Python Answers by Framework

Browse Popular Code Answers by Language