You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See https://docs.astral.sh/uv/guides/scripts/#using-a-shebang-to-create-an-executable-file
"""tk-timer.py for the simple yet powerful Pomodoro Technique for improving focus.
From https://medium.com/pythoneers/i-wrote-100-python-automation-scripts-these-11-changed-everything-431009f96d6b
The method created by Francesco Cirillo back in the late 1980s. The idea is to break your work into focused 25-minute sessions, separated by short, intentional breaks. Each session is called a “Pomodoro” — the Italian word for tomato — inspired by the quirky tomato-shaped timer Cirillo used while studying. This timer also locks my device automatically when the time is up, making sure I actually step away and recharge.