def on_closing(app): if messagebox.askokcancel("Quit", "Do you want to quit?"): app.cleanup() sleep(0.2) print("exit") os._exit(1)