learn-python
learn-python copied to clipboard
Create a Library Management System using Python
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