Skip to content

Latest commit

 

History

History

Pomodoro-App

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Pomodoro App in Python

About Pomodoro

Pomodoro is Italian for tomato. 🍅)
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.

Pomodoro Technique

Running the app

cd Pomodoro-App
python3 main.py

How the app works

  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.

Screenshots of the app

Work

Start

Break

Break

Well Done

Well Done