1

I've been trying to print text in color in the Python Terminal with the TermColor Module (I'm using Windows 10 and Python 3.7), here's my code:

from termcolor import colored

while True:
    print (colored("Hi my name is red text", "red"))

But it returns me this:

enter image description here

Can someone help me please?

martineau
  • 119,623
  • 25
  • 170
  • 301
Zapdexio
  • 51
  • 2
  • 9

0 Answers0