Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 519 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 519 Bytes

pomodoro_timer

🕐 The Pomodoro Technique program The Pomodoro Technique is a time management method based on 25-minute stretches of focused work broken by five-minute breaks. Longer breaks, typically 15 to 30 minutes, are taken after four consecutive work intervals. Each work interval is called a pomodoro, the Italian word for tomato (plural: pomodori).

Developing the program, I used the tkinter library, Label(), Button(), Canvas() widgets

To run enter on your terminal:

python3 main.py