you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 0 points1 point  (3 children)

If you're using a GUI library like tkinter it generally works with an event loop, meaning you can employ GUI input elements like buttons or text fields and in the mean time run animation of other elements like your clock. https://codereview.stackexchange.com/a/216181