Pomodoro Timer
A simple Pomodoro Timer application built with PyQt5 and Pygame.
This application helps you manage your work and break intervals using the Pomodoro technique.
Features:
- Timer for work sessions (25 minutes by default)
- Timer for break sessions (5 minutes by default)
- Sound notification at the end of each session
Requirements:
To run this project, you need the following packages installed:
- Python 3.8 or higher
- PyQt5
- pygame
- pyinstaller
Installation:
Clone the repository:
git clone https://github.com/yourusername/Pomodoro-Timer.git
cd Pomodoro-Timer
Install the required packages:
pip install requirements.txt
Use the following command to install the required packages:
py -m pip install -r requirements.txt
Usage: Run the main.py file:
python main.py
The application window will appear. Click the "Start" button to begin the Pomodoro timer.
The timer will display the remaining time. When the timer reaches zero, a sound notification will play and the "Start" button will become available again. Click the "Start" button to start the next session. To stop the timer at any time, click the "Stop" button.
Acknowledgments