Library Management System Using Python
This is a simple Python project of a library management system build using Python. Implement a student library system using OOPs where students can borrow a book from the list of the books.
Implement a Student Library Management System.
This project is build using OOPs where students can borrow a book from the list of the books.
Create a separate library and student class. Your program must be menu-driven.
You are free to choose the methods and attributes of your choice to implement this functionality.
1) Firstly make a simple class of library which consist function like available books, borrow books, return books.
2) Make a class of students which consist function like request books, return books.
Finally, make the Main method which shows our welcome message.
It prints a welcome message like this when you run the program.
'''=====Welcome to Central Library=====
please choose an option:
1. List all the books
2. Request a book
3. Return a book
4. Exit the Library
'''
After that, you are free to request books and return books.
Project Files
| .. | ||
| This directory is empty. | ||