Answers for "how to color output to terminal python"

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 "how to color output to terminal python"

Python Answers by Framework

Browse Popular Code Answers by Language