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.
- Host: GitHub
- URL: https://github.com/inimaz/pomodoro_timer
- Owner: inimaz
- License: mit
- Created: 2020-01-24T17:27:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T09:15:27.000Z (about 5 years ago)
- Last Synced: 2025-01-01T07:14:32.787Z (5 months ago)
- Language: Python
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.