This is a Pomodoro Timer application built with Python and tkinter
. It helps you manage your study and break times using the Pomodoro Technique. The default settings are 25 minutes of study followed by a 5-minute break, but users can modify and save different timer presets.
- Start, stop, and reset the timer
- Default 25-minute study time and 5-minute break time
- Customizable study and break times
- Save different timer presets
- Python 3.x
tkinter
library (comes pre-installed with Python)
-
Clone the repository:
git clone https://github.com/ivangonzalogomez/pomodoro-timer.git
-
Navigate to the project directory:
cd pomodoro-timer
-
Run the application:
python pomodoro_timer.py
- Launch the application.
- Click "Start" to begin the timer.
- Click "Stop" to pause the timer.
- Click "Reset" to reset the timer to the default or customized settings.
- Click "Settings" to open the settings window where you can modify the study and break times.
- After making changes in the settings window, click "Save" to save the new times and reset the timer.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
Iván Gonzalo Gómez