python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do i duplicate and move a shape in Tkinter Canvas
I am aware that I have asked a similar question in the past, and the answer worked great, but I just cant get my head around how to move this shape in this specific case.
Essentially there should be m...
Jakub Zak
Votes: 0
Answers: 1
Can I set an exact location of an object using tkinter?
Using Python3.7 I have created code that will move a ball from the top left corner to the bottom right corner. I am using coords to position the ball and move for the motion of the ball. However, I wa...

JaiPurpleUnicorn
Votes: 0
Answers: 2
Tkinter - How to delete images with a button?
I plan to create "the game of matches" in python with the Tkinter module as a graphical interface, you should know that I started learning to use Tkinter only since yesterday, my code is cer...

Astrium
Votes: 0
Answers: 0
Plotting dates on the x-axis in a tkinter canvas with matplotlib
There are many solutions for plotting dates on the x-axis with matplotlib. A good one I found here (3.Answer) [Plotting dates on the x-axis with Python's matplotlib - Stack Overflow]
**How do I get th...
weki
Votes: 0
Answers: 1