Python colors | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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