Simple Note App is a beginner-friendly Python desktop application built using Tkinter. It allows users to create, edit, and delete text notes, which are automatically saved to a local file.
- π Create new notes with custom titles
- βοΈ Edit existing notes
- π Delete notes with confirmation
- πΎ Automatically save notes to
notes.json - π§ Remembers all your notes between sessions
- Python 3.7 or higher
- Tkinter (usually included with Python)
Install with:
pip install -r requirements.txtpython note_app.py