Library Management System using Python

SHAMBHAVI GUPTA Jun 28, 2021

This program creates a menu driven library system. The source code does not use any external modules/libraries.

Student Library

This program creates a menu driven library system. The source code does not use any external modules/libraries.
It allows for multiple options on execution:
1. List the books available in the library
2. Request a book
3. Add/return a book
4. Exit the library

The program uses object oriented programming (OOP) concepts to create the system. You may see multiple classes with different methods in it.
The library is updated with every addition/return of a book. It will be visible when option 1 is selected.

Ways to run the program:
1. Download the packet and run the command "python main.py" in command prompt, within the file directory.
2. Once downloaded, simply double click on the main.py file and it will run automatically

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment