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
- Host: GitHub
- URL: https://github.com/initialposition/simplestreamtimer
- Owner: InitialPosition
- License: mit
- Created: 2018-11-03T23:32:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T18:31:54.000Z (about 7 years ago)
- Last Synced: 2025-07-30T15:30:16.268Z (7 months ago)
- Language: Game Maker Language
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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