0
How to change the color of a text?For exemple, if I want to print "Hello" and I want to make it Red, how can I do that?
change colors
2 Respostas
+ 6
There should be a library available for Python as they do for other programming languages. Those color changes and manipulation should be incorporated into a library that's made for string manipulation and or graphics. You will find also functions that allow you to print a text or word on a certain specific place on your screen or when you print it with your printer on paper. You could however make your own functions to accomplish this task and several other tasks.
So with other words, you could create your own libraries or buy them ready made.
0
you can't change it's color to red here