Skip to content

A program to set a countdown timer and stopwatch, built with the Sun Valley ttk theme.

License

Notifications You must be signed in to change notification settings

S0KPiseth/MultiTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.