5b343b68cf0acb56da16452a6f5aea5220cf872d
All checks were successful
Build and Publish / build-and-publish (push) Successful in 21s
- Add GitHub Actions workflow for building and publishing packages. - Introduce `pyproject.toml` for project metadata and dependency management. - Remove `requirements.txt` in favor of Poetry for dependency handling. - Restructure source files under `src/pyvtt` for better organization. - Enhance `notify.py` with sound playback and improve error handling. - Update `voice_to_text_tray.py` to support dynamic configuration reload. - Add `.vscode/settings.json` for improved IDE configuration. - Update `.gitignore` to exclude build artifacts. Signed-off-by: Max P. <Mail@MPassarello.de>
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
Copyright
- The Notification sound: Rasool Asaad from Pixabay
Languages
Python
100%