Python colors | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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