Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 579 Bytes

README.md

File metadata and controls

23 lines (10 loc) · 579 Bytes

Python Book Library

This project is a book library which is created using python where an user can basically :-

  1. See the list of all the available books.

  2. Borrow a book. If the requested book is not present or it is already borrowed by someone else, then, a
    message will be shown that the requested book is not available, therefore, the user can choose any other book or wait until the requested book is returned.

  3. The user can return the book

It is basically a simple python project created with the help of Object Oriented Programming.