Skip to content

mehdiamlal/pyModoro-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyModoro-timer 🍅

A Pomodoro timer made in Python.

How it works

The user can:

  • start a session
  • pause an ongoing session
  • restart a session (not a pomodoro)

Once a session starts, the user can work for a 25-minute pomodoro, followed by a 5-minute break, and so on.

On top there will be a pomodoro counter, showing the user how many pomodoros were completed in that session. If the user restarts the session, all that progress will be lost.

Once a session (4 pomodoros) is completed, there will be a 20-minute break at the end of which the user can choose to start a new session or quit.

Libraries Used

  • Tkinter: to implement the GUI
  • Tkmacosx: to style the buttons so that they can look better on Mac OS
  • playsound: to play voice effects

Screenshots

Screenshot #1 Screenshot #2 Screenshot #3

About

A Pomodoro timer with GUI made in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages