Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutosh001/pomodoro
Pomodoro App using Python and Tkinter
https://github.com/ashutosh001/pomodoro
python pythonapp tkinter
Last synced: 10 days ago
JSON representation
Pomodoro App using Python and Tkinter
- Host: GitHub
- URL: https://github.com/ashutosh001/pomodoro
- Owner: ashutosh001
- License: mit
- Created: 2024-12-23T06:02:24.000Z (11 days ago)
- Default Branch: master
- Last Pushed: 2024-12-23T08:54:36.000Z (11 days ago)
- Last Synced: 2024-12-23T09:39:22.954Z (11 days ago)
- Topics: python, pythonapp, tkinter
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomodoro
Pomodoro App using Python and Tkinter# Preview
![preview1](images/ss1.png)
![preview2](images/ss2.png)
![preview3](images/ss3.png)## About Pomorodo
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. It uses a kitchen timer to break work into intervals, typically 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for tomato, after the tomato-shaped kitchen timer Cirillo used as a university student.### The technique has six steps:
* Decide on the task to be done.
* Set the Pomodoro timer (25 minutes).
* Work on the task.
* End work when the timer rings and take a short break (5 minutes).
* Go back to Step 2 and repeat until you complete four pomodori.
* After four pomodori are done, take a long break (20 minutes) instead of a short break. Once the long break is finished, return to step 2.