You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Goal of this game is to create a Pomodoro Timer App.
5
+
6
+
**DESCRIPTION**
7
+
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). That is the reason of the Tomato Theme of this app.
8
+
9
+
### LIBRARIES NEEDED
10
+
11
+
1. Tkinter: It is a inbuilt python library which provides useful GUI functionalities.
12
+
13
+
**WHAT I HAD DONE**
14
+
Used Tkinter GUI library to make UI for the App, and created logic to simulate a Pomodoro timer. Set the Work time and start the timer. The timer automatically enters break mode after timer ends. Declared reps to denote the repetitions for short breaks and long breaks.
0 commit comments