Go to file
Tomasz Frątczak 0d0750fa96 working note generator 2024-02-13 23:04:36 +01:00
notescriber working note generator 2024-02-13 23:04:36 +01:00
tests working note generator 2024-02-13 23:04:36 +01:00
.gitignore add whisper metadata dir to gitignore 2024-02-13 20:55:12 +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 trying to implement the mediator pattern 2024-02-13 20:54:06 +01:00
pyproject.toml Create basic app skeleton around pyinotify 2024-02-12 00:18:09 +01:00
requirements.txt working note generator 2024-02-13 23:04:36 +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