Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 903 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 903 Bytes

Pomodoro Timer Project

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.

Preview

https://youtu.be/kqcoLTM86hU

Module(s) used

  • Tkinter

Installation

  1. Install tkinter

  2. Clone the repository:

    git clone https://github.com/AnkurAlpha/pomodoro-timer-project.git
  3. Navigate to the project directory

    cd pomodoro-timer-project
  4. Run main.py

    python3 main.py

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-YourFeature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-YourFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License.