Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeena/jnotes
https://github.com/jeena/jnotes
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeena/jnotes
- Owner: jeena
- License: gpl-3.0
- Created: 2024-01-26T07:51:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T23:57:37.000Z (8 months ago)
- Last Synced: 2024-11-07T22:51:53.742Z (about 2 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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
```