Wednesday's Project of Ostad Full stack course
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.
- 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.