Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 244 Bytes

File metadata and controls

15 lines (11 loc) · 244 Bytes

📝 Notes CLI App

A simple command-line tool to manage personal notes.

🚀 Features

  • Add notes
  • List notes
  • Delete notes

🔧 Usage

python notes.py add "This is a new note"
python notes.py list
python notes.py delete 1