0
Python colors
okay, how do I color printed text. I'm use to the #rrggbb I learned years ago in html classic.
1 Odpowiedź
+ 2
The answer is Colorama:- http://pypi.python.org/pypi/colorama for all cross-platform coloring in Python. You can read the documentation of Colorama about using this to get the color printed text.