A PyQt app to represent entries in a Day One journal.
usage: run.py [-h]
Display a graph of journal entries from Day One JSON
optional arguments:
-h, --help show this help message and exit
To run from the root dir,
python3.8 run.py
- From the root of the foler,
python3.8 ./data/gen_dummy.py
- Now, select the new
./data/Dummy.json
file fromrun.py
See Exporting Entries for instructions.
Export as JSON and place file in ./data directory.
I got the inspiration from seeing jiuguangw's Agenoria
- Create super class that Dot Plot and Histogram inhereit
- Add data summary tab