This is a simple Python implementation of the Pomodoro Timer using the Tkinter library for the graphical user interface. The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s, which uses a timer to break work into intervals, traditionally 25 minutes in length, separated by short breaks and a long break after three short ones.
- Python 3.x
- Tkinter (usually comes pre-installed with Python)
-
Clone this repository:
git clone https://github.com/sepidehkhakzad/PomodoroTimer.git
-
Navigate to the project directory:
cd PomodoroTimer
-
Run the
main.py
script:python main.py
-
Click the "Start" button to begin the timer.
-
Click the "Reset" button to reset the timer to its initial state.
This project is inspired by the Pomodoro Technique developed by Francesco Cirillo.
This project is licensed under the Apache 2.0 License.