4 Commits

Author SHA1 Message Date
5b343b68cf feat(pyvtt): add CI pipeline and restructure project
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>
2025-04-30 15:01:58 +02:00
649b48ef53 Adds requirements section to README
Includes Python dependencies and external software requirements
to guide users on necessary tools and libraries for the project.
2025-03-24 14:26:33 +01:00
697d6ec5fc Updates copyright and improves README formatting 2025-03-24 14:16:47 +01:00
20Max01
5460d8a653 Initial commit 2025-03-22 10:02:02 +01:00