I\'m using after() for a Tkinter animation loop:
def move(self): # Movement Logic root.update_idletasks() root.update() if not exitcondition