time_label = tk.Label(root, text="00:00:00", font=("Helvetica", 24)) time_label.pack(pady=20) start_button = tk.Button(root, text="Start", command=start_stopwatch ...