Python/Tkinter timer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python/Tkinter timer

Working on some app for collision detection using Tkinter. Any ideas about timer to simulate moving parts?

4th Oct 2018, 10:54 AM
Anton Sadownikow-Moskwin
Anton Sadownikow-Moskwin - avatar
2 Answers
0
and how that supposed to help? damn. real solution looked much more interesting and demanded to use loop inside the app class, containing self-call routine, controlled by "after" method with delay set in milsecs. 😐
18th Oct 2018, 12:33 PM
Anton Sadownikow-Moskwin
Anton Sadownikow-Moskwin - avatar
- 1
the time library or datetime or both, you can make your own time or follow real world time
6th Oct 2018, 3:23 AM
Steven M
Steven M - avatar