Python colors | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuesta
+ 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