inimaz / pomodoro_timer

Classic pomodoro timer GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro timer

This is a classic pomodoro timer.

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.

About

Classic pomodoro timer GUI.

License:MIT License


Languages

Language:Python 100.0%