问题
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.
回答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.
来源:https://stackoverflow.com/questions/22071505/change-color-of-one-letter-in-label-python