The OBS text counter is a tool that simply increments or decrements a value when a keybind is pressed. This tool is useful to track anything from the number of kills and deaths you have, to the number of donations received.
Drag the counter.txt into OBS or SLOBS and run main.py answering the prompts as they appear.
Keybinds must not have spaces in them. Keybinds must be written like this: "space+ctrl+l".
V1.2.1
- Bug fixes
- Allowed time between increments and decrements is now lower (1.0s -> 0.1s)
- Made prompts clearer
V1.2.0
- Code can be used as module
V1.1.0
- Notifications are now optional
- You can now set custom keybinds
- You can now decrement the total
- Decrement Value is customisable
- Made prompts neater
V1.0.0
- Added counter
OBS counter is shared under the MIT license.