Boost your productivity with the Pomodoro Counter App - a feature-packed Pomodoro Timer application designed to keep you focused and energized throughout your work or study sessions.
Get ready to embark on a journey of increased productivity and efficiency. Follow these simple steps to set up the Pomodoro Counter App on your machine:
Ensure you have Python installed on your machine. If not, you can download it here.
-
Clone the repository:
git clone https://github.com/adwaithpj/Pomodoro-App.git
-
Navigate to the project directory:
cd Pomodoro-App
-
Create a virtual environment (optional but recommended):
python -m venv venv
Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
-
Install the required dependencies:
pip install -r requirements.txt
Get ready to supercharge your work sessions! Here's how you can make the most out of the Pomodoro Counter App:
-
Run the Pomodoro app:
python main.py
-
Click the "Start" button to initiate a Pomodoro session.
-
Watch as the timer seamlessly switches between work and break intervals, following the renowned Pomodoro technique.
-
Hit the "Reset" button to reset the timer whenever you need a fresh start.
-
Experience a heightened sense of accomplishment and productivity!
If you prefer a hassle-free experience without setting up a development environment, we've got you covered!
The Pomodoro Counter App relies on the following technologies to deliver a seamless and enjoyable user experience:
- Python 3.x
- Tkinter
- Pillow
This project is licensed under the MIT License - see the LICENSE file for details.