Skip to content

InitialPosition/SimpleStreamTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  2. The first time you run the program, a config file is generated. You can edit this file to change the timer's behavior.
  3. 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
  • Add more options
  • Add more visual effects

About

A small countdown timer with color customization

Resources

License

Stars

Watchers

Forks

Packages

No packages published