Answers for "change terminal print color from python script"

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 "change terminal print color from python script"

Python Answers by Framework

Browse Popular Code Answers by Language