An open API service indexing awesome lists of open source software.

https://github.com/initialposition/simplestreamtimer

A small countdown timer with color customization
https://github.com/initialposition/simplestreamtimer

Last synced: 18 days ago
JSON representation

A small countdown timer with color customization

Awesome Lists containing this project

README

          

# SimpleStreamTimer




A small countdown timer with color customization

This is a very simple, untested, possibly bugged version of a small timer I wrote for my stream intro.

## Features:
- Fully customizable background and font color, different fonts
- On the fly time editing
- Other small options

## Usage
1. Download and run the program. You can find the downloads [here](https://github.com/Syrapt0r/SimpleStreamTimer/releases).
1. The first time you run the program, a config file is generated. You can edit this file to change the timer's behavior.
1. Start the program again after you edited the config.

## Commands
You can use the + and - keys on your numpad to edit the remaining time during the countdown.

## Config Parameters
Parameter|Meaning|Values
---------|-------|------
selectedFont|The font the timer will use|Integer from 0 to 2
autoCloseOnTimerFinish|If the timer should exit on completion|0: No, 1: Yes
resetSecondsOnTimeChange|If changing the remaining minutes should reset the seconds to zero|0: No, 1: Yes
startSeconds|The seconds the timer should start on|Positive integer
startMinutes|The minutes the timer should start on|Positive integer
textColor[blue, green, red]|The color code the countdown text should use|Integer from 0 to 255
chromaColor[blue, green, red]|The color code the background should use|Integer from 0 to 255
clockmode - enabled|If enabled, the countdown runs in clock mode: The timer automatically counts to the provided time|0: Disabled, 1: Enabled
clockmode - hour|The hour to count to in clock mode|Integer from 0 to 23
clockmode - minute|The minute to count to in clock mode|Integer from 0 to 59

## Roadmap
- [ ] Implement Options Menu in Application
- [X] Add more options
- [ ] Add more visual effects