A pomodoro timer made using the Tkinter module.
How does the pomodoro timer work? The Pomodoro Technique is a time management method based on 25-minute stretches of focused work broken by five-minute breaks.
It aims to help with productivity.
Made using imports from Tkinter module. Key functions:
- reset_timer: resets the timer, reps and displays the current time as 00:00
- start_timer: manages the transition from work, break and long break
- count_down: counts down the time
