Answers for "fix colors in 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

Python Answers by Framework

Browse Popular Code Answers by Language