Max P. 495452f7bd feat(pyvtt): add support for optional preset in commands
- Add `preset` argument to `send_cmd` for passing optional presets.
- Modify command formatting to include preset if provided.
- Update CLI to accept an optional `preset` argument.
- Extend socket listener to parse and validate preset values.
- Enhance functionality to allow preset-based dynamic behavior.

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:44:35 +02:00
2025-04-30 15:30:54 +02:00

pyvtt

Python Voice to Text

Requirements

Python

Create a virtual environment and activate it:

python3 -m venv venv
source venv/bin/activate

Install the required Python packages with the requirements.txt file:

pip install -r requirements.txt
  • Python 3.6 or higher
  • pip
  • requests
  • PyQt5

Software

Description
No description provided
Readme MIT 134 KiB
Languages
Python 100%