I want to use the normal print()
statement of python but with a given color (e.g. green)
Is this possible in Python?
I want to use the normal print()
statement of python but with a given color (e.g. green)
Is this possible in Python?
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 :)