https://github.com/gitagogaming/stopwatch_touchportal_plugin
https://github.com/gitagogaming/stopwatch_touchportal_plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitagogaming/stopwatch_touchportal_plugin
- Owner: gitagogaming
- Created: 2022-05-07T00:59:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T00:29:37.000Z (almost 2 years ago)
- Last Synced: 2024-06-26T01:46:57.432Z (almost 2 years ago)
- Language: Python
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README

This plugin provides a simple stopwatch function that can be used to time actions in Touchportal, or potentially used to create a reaction game in OBS.
## Features
- **Start Stopwatch:** Specify a name & start a new stopwatch - Displays the elapsed time
- **Pause Stopwatch:** Pauses the current stopwatch and display the final elapsed time.
- **Reset Stopwatch:** Stops & Resets the stopwatches counter to 0
## States:
- **Status:** Indicates whether the stopwatch is currently running or stopped.
- RUNNING
- STOPPED
- PAUSED
- RESET
- **Current Elapsed Time:** Displays the elapsed time for the current stopwatch.