https://github.com/subins2000/mjournal
A diary with support for attaching images and encryption
https://github.com/subins2000/mjournal
Last synced: 2 months ago
JSON representation
A diary with support for attaching images and encryption
- Host: GitHub
- URL: https://github.com/subins2000/mjournal
- Owner: subins2000
- License: gpl-3.0
- Created: 2018-01-13T07:26:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T17:42:41.000Z (over 8 years ago)
- Last Synced: 2025-03-02T08:46:26.214Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MJournal
MJournal is a web app for creating and managing a diary/journal.
There are 2 modules available :
* `mjournal` - Library to interact with a MJournal folder
* `mjournal_app` - A PyQt app that provides a UI and a web server that provides a webview to manage the journal. PyQt app is just an embedded browser which displays the localhost website.
## Requirements
* Flask
* PyQt
* PyQt5.QtWebEngineWidgets (optional)