An open API service indexing awesome lists of open source software.

https://github.com/inimaz/pomodoro_timer

Classic pomodoro timer GUI.
https://github.com/inimaz/pomodoro_timer

Last synced: 4 months ago
JSON representation

Classic pomodoro timer GUI.

Awesome Lists containing this project

README

        

# Pomodoro timer
This is a classic [pomodoro timer](https://en.wikipedia.org/wiki/Pomodoro_Technique).

Install the prerequisites
```
pip install tkinter winsound
```

tkinter for the GUI and winsound for the sounds.

## Running the timer

Run main.py and... there you have it! A pomodoro timer to track the next 25 min.

After 25 min, the alarm will go off and the timer window will prompt into the screen, even if it has been minimized.