python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why tkinter multiple window GUI not working properly?
I am creating multiple window GUI using tkinter.
I did not receive any errors. First window runs successfully but when I clicked the button the second window doesn't run.
I don't understand where ther...
Abhishek Gupta
Votes: 0
Answers: 1
How to animate a "movie style" credit reel with tkinter and canvas?
I am trying to create a "movie" style credit reel using tkinter's canvas. I'd like to iterate through a list of names and have them scroll across the window. While I've successfully gotten a...
jumpingjack
Votes: 0
Answers: 2
How do I let my Tkinter-Canvas have a fixed width/height ratio when resizing the window
I have the following chessboard:
And I want the canvas which holds the chessboard to always remain a square, no matter how I resize the Window, any help is appreciated!

Kerialstraz
Votes: 0
Answers: 2
canvas.delete() only working as expected once for deleting rectangle
So I have this piece of code that I took from an answer by @acw1668 which can create and place transparent rectangles onto a canvas.
However, I needed to be able to delete them so that they can be mov...

Will Jordan
Votes: 0
Answers: 0