Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billstephens2022/pomodoro-app-python
Time management application using the "Pomodoro Technique" which uses a timer to allocate time to doing work and taking breaks. See README for more info.
https://github.com/billstephens2022/pomodoro-app-python
python python-tkinter python-tkinter-application python3 tkinter tkinter-python
Last synced: 26 days ago
JSON representation
Time management application using the "Pomodoro Technique" which uses a timer to allocate time to doing work and taking breaks. See README for more info.
- Host: GitHub
- URL: https://github.com/billstephens2022/pomodoro-app-python
- Owner: BillStephens2022
- License: mit
- Created: 2023-04-04T15:06:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T17:25:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T12:06:26.015Z (2 months ago)
- Topics: python, python-tkinter, python-tkinter-application, python3, tkinter, tkinter-python
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomodoro App
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)## Description
This is an app built using Python which assists the user to use the "Pomodoro Technique", which is a time management technique used for work to improve productivity. It is essentially a timer where the timer is set for 25 minutes, the user works on a task until the timer is up, then takes a short break for 5 minutes. After 25 minutes the window pops up to inform user to take a break. This (25 minutes of work + 5 minutes break, a.k.a. a "Pomodoro") is repeated 4 times. After 4 repetitions, you take a 15-30 minute break. The Pomodoro Technique helps with information retention and keeping motivated.
Screenshot:
![screenshot](screenshot.png)
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Installation
run main.py in terminal
## Usage
Hit start button to initiate the timer countdown when you are ready to work on a task. When timer reaches 25 minutes, it will tell you that it is time for a 5 minute break. This will repeat 4 times at which time it will be time for a longer, 20 minute break.## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT
## Contributing
N/A
## Tests
N/A## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: [email protected]