Library Management System using simple python:
Add book details
Delete a book
View book list
Issue book to a student
Return a book.
Note: Once you delete a book from the library it wont show in the list again. Also if you issue a book, that should be away from the list of books or the count of that particular book should reduce from the total count. create an interface to library management system.