3

I want to use the normal print() statement of python but with a given color (e.g. green)

Is this possible in Python?

coda123
  • 33
  • 3
  • 1
    You can look at this thread for an answer: https://stackoverflow.com/questions/287871/how-to-print-colored-text-to-the-terminal – codebyjakob Apr 19 '21 at 20:11

1 Answers1

0

So I also wrote a comment, but for those of you who overlooked that:

There actually already are many questions raised regarding this topic on Stackoverflow.

You can take a look at this post for example to get a good overview on how to print in color to the terminal.

I hope I could help :)

codebyjakob
  • 76
  • 1
  • 7