learn-python icon indicating copy to clipboard operation
learn-python copied to clipboard

Create a Library Management System using Python

Open Aditi22Bansal opened this issue 1 year ago • 0 comments

This project will be coded in Anaconda, Jupyter Notebook, Python pandas with the help of CSV. This code will mainly focus on the basic operations in a library like adding new books in library, issuing and submission of books, and searching books on the basis of their author and book name. Furthermore, the books that are not required will be deleted too.

This program will have six main functions:-

Adding new book Issuing a book Submitting issued book Deleting a record Searching a specific record Displaying the records

Aditi22Bansal avatar May 12 '24 19:05 Aditi22Bansal