A simple Sticky Notes desktop application built using Python Tkinter and SQLite. This mini project allows users to create, view, and delete notes using an easy-to-use graphical user interface.
- Add notes with title and content
- View all saved notes
- Delete selected notes
- SQLite database for data storage
- Simple and colorful Tkinter GUI
- Python 3
- Tkinter (GUI)
- SQLite (Database)