Secret Notes is a tkinter based application that allows you to create, save, and open notes.
Use the package manager pip to install what is necessary for the tkinter application to run.
pip install pillow
Alternatively, you can also use the requirement.txt
file to install the required packages.
pip install -r requirements.txt
You are free to open any pull request.
python notes.py
The program should open up a tkinter window. From there, you can create, save, and open notes after registering an account.