Posts by Alexsander Meiniche • 23 points
2 posts
-
2
votes0
answers186
viewsQ: Remove titlebar from Tkinter window
Good evening, the question is: how to shoot the title bar from the Tk window without making it background, which is what overrideredirect(True) does? With various researches, I saw that this line…
-
0
votes1
answer91
viewsQ: Progress bar only appears when the download ends
Guys, here’s the thing, I was doing a progress bar for a download of a file on the web, but it doesn’t work. When I run the code, the Tkinter window is locked and only returns when the download is…