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
<img src="https://i.imgur.com/4Ch1OYr.jpg">
```bash
cd Pomodoro-App
python3 main.py
```
1. Hit the start button and timer will begin.
2. After 25 minutes one rep will be complete and timer for break will begin.
3. After break of 10 minutes again timer for work will start.
4. After 4 reps of work and break then you will be greeted with well done message on the screen.
5. Each rep is shown by the tick mark (✅).
6. To stop and reset the timer simply hit reset.



This popular time management method asks you to alternate pomodoros — focused work sessions — with frequent short breaks to promote sustained concentration and stave off mental fatigue.
6
+
7
+
## Pomodoro Technique
8
+
<imgsrc="https://i.imgur.com/4Ch1OYr.jpg">
9
+
10
+
## Running the app
11
+
```bash
12
+
cd Pomodoro-App
13
+
python3 main.py
14
+
```
15
+
16
+
# How the app works
17
+
1. Hit the start button and timer will begin.
18
+
2. After 25 minutes one rep will be complete and timer for break will begin.
19
+
3. After break of 10 minutes again timer for work will start.
20
+
4. After 4 reps of work and break then you will be greeted with well done message on the screen.
0 commit comments