Tutorial by Examples

.after(delay, callback=None) is a method defined for all tkinter widgets. This method simply calls the function callback after the given delay in ms. If no function is given, it acts similar to time.sleep (but in milliseconds instead of seconds) Here is an example of how to create a simple timer us...

Page 1 of 1