Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 825 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 825 Bytes

Logo

Secret Notes

Secret Notes is a tkinter based application that allows you to create, save, and open notes.

Installation

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

Contributing

You are free to open any pull request.

Usage

python notes.py

The program should open up a tkinter window. From there, you can create, save, and open notes after registering an account.

License

License