Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.67 KB

README.md

File metadata and controls

65 lines (47 loc) · 2.67 KB

shieldsshieldsshieldsshieldsshieldsshields

Demo

Features

Here're some of the project's best features:

  • Timer
  • Stopwatch

Screenshots

Theme: Light Theme: Dark
Timer Light Timer Dark
Stopwatch Light Stopwatch Dark

Installing

  1. Clone repository

    git clone https://github.com/S0KPiseth/MultiTimer.git
    cd MultiTimer
    
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    venv\Scripts\activate
  4. Install requirement dependencies

    pip install -r requirements.txt
    
  5. Run program

    python UI.py
    

How to Contribute

We welcome contributions to this project! Here are some ways you can contribute:

Reporting Bugs

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.

Suggesting Features

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.

Submitting Pull Requests

To contribute code, fork the repository, create a new branch, make your changes, and open a pull request.