Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Pomodoro Timer

Description

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.

Implmentation

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

Image

image