Pomodoro Break Timer App

  • 22 Aug, 2022
  • read

A mini project where I created a Break timer app using Python Dynamic Typing and Tkinter

Screenshot

You have 25 minutes to work. When the timer’s up it will pop to the very front on the screen above all of the other windows and tell you to take a break.

The first break is for 5 minutes

ShortBreak

After the 5 minutes you continue to work and it’s going to continue until you reach the longer break (20 minutes) or until you click reset to stop and reset the timer.

LongBreak

Link to my project:

https://github.com/spirosch/Pomodoro_Break_Timer_App