A simple OBS recorder
Project description
simple-recorder
A simple OBS recorder app. Run it as a CLI or a GUI.
Requirements
- Python 3.11 or greater
- OBS Studio 28+
Installation
with uv
uv tool install simple-recorder
with pipx
pipx install simple-recorder
with pyz
- Download the pyz file in Releases
- Optional step: for automatic discovery of the pyz file follow this guide on Setting Up Windows for Zippapps
Finally run the pyz with python (CLI)/pythonw (GUI):
python simple-recorder.pyz <subcommand>
pythonw simple-recorder.pyz
note, the pyz extension won't be required if you followed the optional step and made it discoverable.
Configuration
Pass --host, --port and --password as flags on the root command:
simple-recorder --host=localhost --port=4455 --password=<websocket password> --help
Or load them from your environment:
OBS_HOST=localhost
OBS_PORT=4455
OBS_PASSWORD=<websocket password>
OBS_THEME=Reds
Use
CLI
To launch the CLI:
simple-recorder start "File Name"
simple-recorder stop
Commands:
Usage: simple-recorder [OPTIONS] COMMAND
┏━ Subcommands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ start Start recording ┃
┃ stop Stop recording ┃
┃ pause Pause recording ┃
┃ resume Resume recording ┃
┃ directory Get or set the recording directory ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ --host <HOST> OBS WebSocket host ┃
┃ --port <PORT> OBS WebSocket port ┃
┃ --password <PASSWORD> OBS WebSocket password ┃
┃ --theme <THEME> GUI theme (Light Purple, Neutral Blue, Reds, Sandy Beach, ┃
┃ Kayak, Light Blue 2) ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
GUI
To launch the GUI:
simple-recorder-gui
Just enter the filename and click Start.
Themes
You can change the colour theme with the --theme option:
simple-recorder-gui --theme="Light Purple"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_recorder-0.3.5.tar.gz.
File metadata
- Download URL: simple_recorder-0.3.5.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.25.4 CPython/3.13.5 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef3c624ae3692fe7ef3046a523a9a3083ef2ab4c96fe181ddda4c4b9bc2d169a
|
|
| MD5 |
904a1654ba946bc0e3df36bedf971176
|
|
| BLAKE2b-256 |
921c0cc2485c3808d4617d0d33872ff8603e9fc050d7b34b06f24ef9825693e1
|
File details
Details for the file simple_recorder-0.3.5-py3-none-any.whl.
File metadata
- Download URL: simple_recorder-0.3.5-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.25.4 CPython/3.13.5 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81c7b61e6c9d77bbeb688d42086408ed849f2f1659cd7b3cb16da1c34c21ccf2
|
|
| MD5 |
c8f83f17d2760dceeece97c8b4b7ac2e
|
|
| BLAKE2b-256 |
8fc133e6a304156f3802770113bb215ef1364ddde233ea4b926708a855640f89
|