Answer the question
In order to leave comments, you need to log in
How to make timer in tkinter window title?
Hello. I need to insert a countdown timer in the title of a window created with the tkinter library. So it's like this:
from tkinter import *
def countdown(t):
pass
root = Tk()
root.title(countdown(60))
root.mainloop()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question