Skip to content Skip to sidebar Skip to footer

Change Color Of One Letter In Label. Python

I can change color of all text in label, but I want to change color of one letter. Is that possible? I use tkiner and python 3.3.

Solution 1:

No, it is not possible to change the color of one letter in a label. However, you can use a text widget instead of a label to color just a single character. You could also use a canvas widget.


Post a Comment for "Change Color Of One Letter In Label. Python"