Dear Diary is a A Simple (and constantly changing) Personal diary that keeps a record on how your day was, for self-reflection.
Its designed to look like a diary, allowing you to keep a record of how you were feeling at a certain day, how much water you drank, what you did and allows you to keep notes. It displays the last two entries in a page.
One must have Python with a package Manger installed.
Use the package manager pip to install these modules.
JSONlib (It won't be needed in future version)
pip install jsonlib
Tkinter
pip install tk
Threading
pip install thread6
Pathlib
pip install pathlib
Once thats done, in the folder there are 2 .tff files (Font Files) in the folder called 'Fonts'. Please double click them and install them as they are very important.
Once all the modules are installed, You can open the program using the shortcut in the folder or use the file named 'Dear Diary.bat' in case the shortcut doesn't work
The software is completely offline so, your records are kept safe on a .JSON file in the folder
If anyone wants to change something in the code, create a Pull request or a raise an Issue.