2025-06-25 14:38:54 +01:00
2025-06-25 14:38:54 +01:00
2025-06-25 14:38:54 +01:00
2025-06-25 14:38:54 +01:00
2025-06-25 14:38:54 +01:00
2025-06-25 15:05:43 +01:00
2025-06-25 14:40:45 +01:00

simple-recorder

pdm-managed Ruff

A single purpose application for naming file recording in OBS.

Run it as a CLI or a GUI.


Requirements

  • Python 3.11 or greater

Installation

with uv

uv tool install simple-recorder

with pipx

pipx install simple-recorder

Use

Without passing a subcommand (start/stop) a GUI will be launched, otherwise a CLI will be launched.

GUI

simple-recorder

Just enter the filename and click Start Recording.

CLI

Usage: simple-recorder [OPTIONS] COMMAND

┏━ Subcommands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ start  Start recording                                                       ┃
┃ stop   Stop recording                                                        ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

┏━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ --host <HOST>                                                                ┃
┃ --port <PORT>                                                                ┃
┃ --password <PASSWORD>                                                        ┃
┃ --theme <THEME>                                                              ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
simple-recorder start "File Name"

simple-recorder stop

If no filename is passed to start then you will be prompted for one. A default_name will be used if none is supplied to the prompt.

Description
A single purpose application for naming file recording in OBS.
Readme 399 KiB
Languages
Python 100%