Here're some of the project's best features:
- Timer
- Stopwatch
Theme: Light | Theme: Dark |
---|---|
-
Clone repository
git clone https://github.com/S0KPiseth/MultiTimer.git cd MultiTimer
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
venv\Scripts\activate
-
Install requirement dependencies
pip install -r requirements.txt
-
Run program
python UI.py
We welcome contributions to this project! Here are some ways you can contribute:
If you find a bug, please report it by opening an issue on the GitHub issues page. Please include details about the bug, including steps to reproduce it and any relevant log messages.
Have an idea for a new feature? We would love to hear about it! Open an issue on the GitHub issues page and describe your idea.
To contribute code, fork the repository, create a new branch, make your changes, and open a pull request.