Go to file
Tomasz Frątczak 57803c0586 Trigger actual transcription 2024-02-13 00:25:05 +01:00
notescriber Trigger actual transcription 2024-02-13 00:25:05 +01:00
.gitignore Create basic app skeleton around pyinotify 2024-02-12 00:18:09 +01:00
LICENSE Initial commit 2024-02-11 21:11:02 +00:00
README.md Create basic app skeleton around pyinotify 2024-02-12 00:18:09 +01:00
makefile Create basic app skeleton around pyinotify 2024-02-12 00:18:09 +01:00
notescriber.py make the dispatcher execte transcription jobs asynchronously 2024-02-13 00:08:17 +01:00
pyproject.toml Create basic app skeleton around pyinotify 2024-02-12 00:18:09 +01:00
requirements.txt Create basic app skeleton around pyinotify 2024-02-12 00:18:09 +01:00

README.md

notescriber

Usage

python notescriber.py

Testing

Set up virtual environment:

python -m venv .
source bin/activate
make bootstrap
make test

Run tests:

make test