Skip to content

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

Packages

Contributors

Languages