Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 348 Bytes

File metadata and controls

16 lines (12 loc) · 348 Bytes

Notes App

A simple command-line notes application built with Python.

Features

  • Add new notes
  • View saved notes
  • Delete notes by number
  • Notes are saved to a local text file (notes.txt)

How to Run

  1. Make sure you have Python installed (version 3+).
  2. Run the script from the terminal:
python notes_app.py