Skip to content

📝 A simple command-line Notes App built with Python. Add personal notes and view them anytime. Notes are saved in a local text file.

Notifications You must be signed in to change notification settings

souvik8149/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

📝 Notes App

A simple command-line Notes App built in Python.
Users can add personal notes and view saved notes anytime.
All notes are stored in a local text file (notes.txt).


✨ Features

  • Add a new note and save it
  • View all saved notes, each numbered
  • Input validation for menu choices
  • Handles missing file gracefully

▶️ How to run

  1. Make sure you have Python 3 installed
  2. Save the script as notes_app.py
  3. Open terminal or command prompt
  4. Navigate to the folder containing the script
  5. Run:
python notes_app.py

📦 Requirements

  • Python 3

✅ What you’ll learn

  • File handling with open(), .write(), .readlines()
  • Building a simple menu-driven CLI app
  • Exception handling (try/except)
  • Input validation

⚓✨ Built as part of my journey from beginner to intermediate Python developer.

About

📝 A simple command-line Notes App built with Python. Add personal notes and view them anytime. Notes are saved in a local text file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages