Max P. d91440aded
All checks were successful
Build and Publish / build-and-publish (push) Successful in 18s
chore: bump version to 0.2.0
- Update project version from 0.1.0 to 0.2.0 in pyproject.toml.
- Reflects progress or new features added since the previous version.

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:04:16 +02:00
2025-04-30 15:04:16 +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%