Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 479 Bytes

SimpleLibraryManagementSystem

Wednesday's Project of Ostad Full stack course

Library Management System

A simple command-line Library Management System written in Python. This project allows users to manage a collection of books with functionalities to add, view, update, and remove books.

Features

  • Add a new book to the system.
  • View all books in the system.
  • Update book details by ISBN.
  • Remove a book from the system by ISBN.
  • Persist book data in a CSV file.