>>611
root = tk.Tk()

def mokomoko():
処理
root.after(1000, mokomoko)

root.after(1000, mokomoko)
root.mainloop()