JNotes/README.md

12 lines
280 B
Markdown

# JNotes
This is a simple gtk4 libadwaita Notes program which uses CalDAV as a backend
to store the notes in a calendar as VJOURNAL.
# How to add python module
```
python -m venv venv
venv/bin/pip install requirements-parser
venv/bin/python flatpak-pip-generator.py caldav
```