Python colors | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python colors

okay, how do I color printed text. I'm use to the #rrggbb I learned years ago in html classic.

16th Mar 2017, 9:29 PM
kristopher reed
kristopher reed - avatar
1 Answer
+ 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.
16th Mar 2017, 9:52 PM
Lalit Kumar
Lalit Kumar - avatar