Simple easy to use TUI based program to write Mood Logs designed by Dr. David D. Burns.
Also lets you take plain text diary notes.
Stores both mood logs and diary entries encrypted on disk.
This program requires the following python libraries.
urwid
: To draw the UI.
cryptography
: To encrypt the data.
git clone <repo url>
cd <cloned dir>
chmod +x main.py
./main.py <dir to store your mood logs and diary>