+ 1
Python/Tkinter timer
Working on some app for collision detection using Tkinter. Any ideas about timer to simulate moving parts?
2 ответов
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. 😐
- 1
the time library or datetime or both, you can make your own time or follow real world time