Skip to content

Simple Note App is a lightweight desktop application built with Python and Tkinter that allows users to create, view, edit, and delete personal notes. Notes are stored locally in a JSON file, making it ideal for offline use. The interface is clean and intuitive, designed for quick note-taking without any unnecessary complexity.

Notifications You must be signed in to change notification settings

toon-van-berkel/PP-NoteAppPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ 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

About

Simple Note App is a lightweight desktop application built with Python and Tkinter that allows users to create, view, edit, and delete personal notes. Notes are stored locally in a JSON file, making it ideal for offline use. The interface is clean and intuitive, designed for quick note-taking without any unnecessary complexity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages