python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to display Russian language in Tkinter text widget? (Currently only seeing unicode)
Does anybody know what my problem is?
I'm starting some work on tkinter and when I copy/paste a bit of Russian Text to my tkinter text widget it looks like this
Here is the original text
Лиса вышла ...
RtxTrillihin
Votes: 0
Answers: 0
how can I display the text without going down I am using .pack() in python
labl2 = Label(text=score, font=30).pack()
fakesmile
Votes: 0
Answers: 1
Tkinter Change the color of a certain line in a textbox
I'm trying to change the color of a line in a textbox to a hex code without affecting the rest of the lines.
I've tried using insert tags but they change the previous lines as well. Is there a way to ...
Itayo
Votes: 0
Answers: 0
Why does the font on my tkinter app look bumpy or unclear?
The font on my Debian bullseye OS normally looks just fine. However, when I create an app using tkinter and place text on it, the text looks awful. I expect my tkinter apps in general to show nice fon...
user13017933
Votes: 0
Answers: 0