Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 655 Bytes

File metadata and controls

31 lines (21 loc) · 655 Bytes

📝 Simple Note App (Tkinter)

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.


✨ Features

  • 📄 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

📦 Requirements

  • Python 3.7 or higher
  • Tkinter (usually included with Python)

Install with:

pip install -r requirements.txt

🚀 Usage

python note_app.py