This is my first python project
This is a Pomodoro timer app, which helps you manage your time efficiently by encouraging focused work sessions followed by short breaks.
- Tkinter
-
Install tkinter
-
Clone the repository:
git clone https://github.com/AnkurAlpha/pomodoro-timer-project.git
-
Navigate to the project directory
cd pomodoro-timer-project
-
Run main.py
python3 main.py
- Fork the repository.
- Create a new branch (git checkout -b feature-YourFeature).
- Make your changes and commit them (git commit -m 'Add some feature').
- Push to the branch (git push origin feature-YourFeature).
- Open a pull request.
This project is licensed under the MIT License.