Obscounter
Obscounter copied to clipboard
OBS Studio hotkey based counter
Obscounter
Python implementation of hotkey counter in OBS studio.
Installation
- Download source code, unpack/unzip.
- Add
hotkey_counter.py
to OBS Studio via Tools > Scripts > "+" button
Setup
For windows install python3.6 64 or 32 bit depending on your OBS
- Create text source
- Open
Tools>Scripts
- Make sure Python path is not empty
- Add and select this script
- Set settings for it
- Set hotkeys in
File>Settings
If you need additional COUNTERS , copy pastehotkey_counter.py
, and add it again
See also
There is Lua alternative
with helpful blogpost(JP)
on how to install and setup those kinds of scripts in OBS.
Lua support in OBS Studio is built-in , so you don't need install anything extra.
Contribute
Contributions are welcome