/LibraryManagementSystem-Python

A student library system using OOPs where students can borrow and return a book from the list of books.

Primary LanguagePython

Library management system

##About: Implemented a student library system using OOPs where students can borrow a book from the list of books.

##Details:

  1. Created a separate classes for Library and Student .
  2. I've used constructors
  3. This program is menu driven.