0
Is there a way to change the colour of text in python?
6 Réponses
+ 1
For console/terminal text colorization and formatting, language independant ( escaped characters sequences ):
http://misc.flogisoft.com/bash/tip_colors_and_formatting
+ 1
You may try TermColor : https://pypi.python.org/pypi/termcolor
0
Do you mean the text in console?
0
When you print text
0
Does term colour come built in with python
0
Termcolor do not come buit in python.