Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 426 Bytes

File metadata and controls

12 lines (9 loc) · 426 Bytes

Simple-CLI-Notes-App

Simple CLI Notes App 📒

A simple command-line interface (CLI) project to manage personal notes. This project demonstrates basic Python programming, file handling, and data storage using JSON.

Features

  • Add a note with a title and content
  • View all saved notes
  • Search for notes by keyword
  • Delete a note by title
  • Store notes persistently in a JSON file