Skip to content

Pomodoro timer implemented with Python, CustomTkinter GUI and an SQLite3 database to track sessions

License

Notifications You must be signed in to change notification settings

mhbutcher/pomodorotimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Pomodoro Timer

I often find myself losing track of time, so I built this little application to pop a notification on the desktop every X minutes to ensure I actually take breaks!
A quick iteration of a pomodoro timer, using SQLite3 to store how many have been completed.
Uses CustomTkinter and plyer for display/notifications

Screenshots

App Screenshot App Screenshot

Installation

  clone the repository
  cd pomodorotimer
  pip install -r requirements.txt
  python timer_gui.py

About

Pomodoro timer implemented with Python, CustomTkinter GUI and an SQLite3 database to track sessions

Topics

Resources

License

Stars

Watchers

Forks

Languages