Python - Merged FINIAL PDF-1
Python - Merged FINIAL PDF-1
Micro Project
On
“Library Management System”
For the requirements of partial fulfillment curriculum of
DIPLOMA
In
Submitted by
Certificate
This is to that the following students of 6th Semester of Diploma in
Electronics and Computer Engineering of Institute SANT
GAJANAN MAHARAJ RURAL POLYTECHNIC, MAHAGAON-
416502. (CODE-0965) has completed Micro project on “Library
Management System” satisfactory in subject “PPP” subject code
22089 for academic year 2024 to 2025 as prescribed in the
curriculum.
SR NO CONTENTS PAGE NO
1
1.0 Rationale
Literature Review 1
2.0
2
Proposed Methodology
3.0
2
4.0 Action Plan
Resource Required
3-4
5.0 5.1 Software Requirements
5.2 Hardware Components
6.0 Names of Responsible team members 4
5
7.0 Course Outcome Integrated
5
8.0 Literature Review
6
9.0 Actual Procedure Followed
6
10.0 Resources Required
15 Conclusion 14
Part A: Micro-project Proposal
Library Management System
1.0 Rationale:
A library management system is software that is designed to manage all the functions of a library.
It helps librarian to maintain the database of new books and that are borrowed by members along
with their due dates. This system completely automates all your library’s activities.
A literature review for a Library Management System (LMS) in Python would involve
exploring existing research, projects, and resources related to the development, implementation, and
usage of such systems. While I cannot provide access to specific academic papers or proprietary
resources, I can outline the general topics and areas of interest that a literature review on this
subject might cover:
ANIMESH
Collection of
3 21/02/2025 27/02/2025
data DORUGADE
Development of
5 11/03/2025 16/03/2025 SUDARSHAN
project
PATIL
Arranging ATUL
6 project 20 /03/2025 30/03/2025 DAVARI
sequentially
All Members
Submission
7 2/04/2025 4/04/2025
Micro-
Project
5.0 Resources Required
Name of Resource/
Sr No. Specification Qty Remarks
Material
hp 22H2
1 Desktop PC/Laptop Used
1
Sr No.
Roll Name of Student Enrollment
No Number
A literature review for a Library Management System (LMS) in Python would involve
exploring existing research, projects, and resources related to the development, implementation, and
usage of such systems. While I cannot provide access to specific academic papers or proprietary
resources, I can outline the general topics and areas of interest that a literature review on this
subject might cover:
● We organize all information about our topic in proper manner & create the soft
copy about it.
● Submit the hard copy of the project report to the subject teacher.
10.0 Resources Required
Name of Resource/
Sr No. Specification Qty Remarks
Material
hp 22H2
1 Desktop PC/Laptop Used
1
def displayBooks(self):
print(f"We have following books in our library: {self.name}")
print(book)
print("Lender-Book database has been updated. You can take the book now")
else:
print(f"Book is already being used by {self.lendDict[book]}")
self.booksList.append(book)
else:
user_choice = int(user_choice)
if user_choice == 1:
harry.displayBooks()
elif user_choice == 2:
harry.lendBook(user, book)
elif user_choice == 3:
book = input("Enter the name of the book you want to add:")
harry.addBook(book)
elif user_choice == 4:
user_choice2 = input()
if user_choice2 == "q":
exit()
elif user_choice2 == "c":
continue
11.2 Output:
12.0 Skill Developed/learning out of this Micro-Project:
15.0 Conclusion:
16.0 References:
● https://www.w3schools.com/python/python_intro.asp
● https://www.geeksforgeeks.org/python-programming-language/
● https://www.codecademy.com/catalog/language/python
● https://www.programiz.com/python-programming/online-compiler/