An open API service indexing awesome lists of open source software.

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

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)