You are on page 1of 18

LIBRARY MANAGEMENT

SYSTEM

SCHOOL LOGO
PROJECT FILE
INFORMATICS PRACTICES-065
SESSION : 2021-22

NAME : ______________________
CLASS : XII
AISSCE ROLL NO. :
CERTIFICATE
This is to certify that ___________________
Roll No. of Class : XII
Session : 2021-22
Has prepared the Project file on the topic.
“LIBRARY MANAGEMENT SYSTEM”
As per he prescribed syllabus of
INFORMATICS PRACTICES (065) CLASS XII
(C.B.S.E.)
Under my supervision, I am completely satisfied by his
performance.
I wish him all the success in life.

Principal’s Subject Teacher’s


Signature Signature
____________________
External’s Signature

ACKNOWLWDGEMENT
Apart from the effort of me, the success of any project
depends largely on the encouragenment and
guidelines of many others. We take this opportunity to
express our gratitude to the people who have been
instrumental in the successful completion of this
project.
We would like to express my special thanks of
gratitude to our Informatics Practices teacher
“_____________________” for their guidance and
support in completion of this project.
We would like to extend our gratitude to the
PRINCIPAL “_______________” for providing us
with all the facilities that was required.

Date:
Name: __________________
Roll No.:
Class: XII

AIM : To Develop Library Management System


Title: Library Management System
Problem Definition:
Develop a software named  Library Management System  to
manage manual functions of a library. The software should helps to
manage the entire library operations from maintaining book records to
issue a book. In addition, it should allows streamlined management of
fine details of books such as author name, costing, number of copies
existing in the library and many other important details. Make it easier
to search for books and find the right materials for students and the
librarian instantly.
reason for choosing the topic:
 To reduce the manual work to manage library functions.
 To Save time and reduced overheads.
 To increase Librarian's efficiencies.
 To remove manual processes in the Library.
 To perform day to day library operations electronically.
Objectives:
The library management system is designed to meet the following
objectives:
 Simple and easy to operate
 Increase librarian’s efficiencies
 Search, add, update, and view library materials
 Helps to manage library functions constructively
 Saves time and reduces overheads
 Reduce library’s operating cost
 Customized reports for better management
 Remove manual processes to issue books and maintain records

TEAM-MATES AND
THEIR CONTRIBUTION
1) Student-1 Name
Responsibility: CSV FILE Creation and
Documentation

2) Student-2 Name
Responsibility: Functions Coding and ScreenShots

3) Student-3 Name
Responsibility: Main Coding , Synopsis and
Documentation
Introduction to LMS version 1.00?
LMS is also called an automated library system. It is
defined as software that has been established to manage
basic housekeeping function of a library.
The electronic management via the software is essential to track
information like issue date, due date, who has borrowed any book etc.
The system is developed and designed with an aim to facilitate efficient
management to the schools to manage a modern library with accurate
data management. The software is intended to reduce the manual work
to manage library functions which have various features.

FUNCTIONS OF THIS LMS:


In order to maintain library management software, LMS has the
following set of components. These components are efficient to manage
library operations accurately.

Add and update books: LMS can add new books or other materials to
the system with the essential details by generating the id of the books
automatically. Thus, the librarian can maintain the system effectively.
Add and update members: LMS can add new members or and edit the
detail of existing members of the library who have the membership of
the Library.
Search option: Librarian can search for library books/materials. He
/She can search for books and members of the Library.
Transaction : Transaction like issue and return of books can be done
any time by the existing members of the Library.
Fine calculator : The Librarian can view the issued materials with their
due date.  And, if any book is overdue, the system will allow calculating
fine for the same.
Visualization: Various type of graphs and charts can be viewed from
LMS for various data set, and understand ability can be enhanced very
quickly.

IMPORTANCE OF A LMS IN SCHOOL EDUCATION


Library management systems facilitate the administrators to keep an
eye on the library department’s all functions.  Also, it enables librarians
and users to save time on daunting tasks and enhances efficiency. By
using this sort of library management system, the school management
would be able to follow the work outline and fineness of different
librarians capabilities. Additionally, they get an opportunity to know
how well-maintained the record of issued books and collection is. The
librarian and the administration department can access various reports to
implement new improvements.
Thus, the efficient library management software is essential to run smart
school functions, and maintain accurate data of a library.
LIMITATIONS OF OUR PROJECT:

1- Hard copy of any report cannot be printed


2- Different login platforms for administrators,
students and parents is missing
3- User ID and Password control is missing
4- Online and remote operation is missing
5- Internet and cloud based database is missing

HARDWARE AND SOFTWARE REQUIREMENT


Hardware Requirements:
 A computer or laptop with operating system:-
windows 7 or above
 x86 64-bit CPU (Intel / AMD architecture)
 4 GB RAM
 5 GB free disk space.
Software Requirements:
 Python 3.6.x or higher version
 Pandas library preinstalled
 Matplotlib library preinstalled
 Ms-Office Pre-installed for documentation
OPERATING SYSTEM

Windows 7.0 Onwards

Windows 7 is a major release of the Windows NT


operating system developed by Microsoft. It was
released to manufacturing on July 22, 2009, and
became generally available on October 22, 2009. It is
the successor to Windows Vista, released nearly three
years earlier
OVERVIEW OF PYTHON 3.7 (32 BIT)
Python is an interpreter, object-oriented, high-level
programming language with dynamic semantics. It
was developed by Guido Van Rossum.
Its high-level built in data structures, combined with
dynamic typing and dynamic binding; make it very
attractive for Rapid Application Development, as well
as for use as a scripting or glue language to connect
existing components together.
Python's simple, easy to learn syntax emphasizes
readability and therefore reduces the cost of program
maintenance. Python supports modules and packages,
which encourages program modularity and code
reuse.
PYTHON LIBRARY - PYTHON PANDAS:

Pandas is a Python library for data analysis. Started


by Wes McKinney in 2008 out of a need for a
powerful and flexible quantitative analysis tool,
pandas has grown into one of the most popular
Python libraries. It has an extremely
active community of contributors.
Pandas is built on top of two core Python libraries—
matplotlib for data visualization and NumPy for
mathematical operations. Pandas acts as a wrapper
over these libraries, allowing you to access many of
matplotlib's and NumPy's methods with less code. For
instance, pandas' .plot() combines multiple matplotlib
methods into a single method, enabling you to plot a
chart in a few lines.
Before pandas, most analysts used Python for data
munging and preparation, and then switched to a
more domain specific language like R for the rest of
their workflow. Pandas introduced two new types
of objects for storing data that make analytical tasks
easier and eliminate the need to switch tools: Series,
which have a list-like structure, and Data Frames,
which have a tabular structure.
PYTHON LIBRARY -MATPLOTLIB

Matplotlib is an amazing visualization library in


Python for 2D plots of arrays. Matplotlib is a multi-
platform data visualization library built on NumPy
arrays and designed to work with the broader SciPy
stack. It was introduced by John Hunter in the year
2002.
One of the greatest benefits of visualization is that it
allows us visual access to huge amounts of data in
easily digestible visuals. Matplotlib consists of several
plots like line, bar, scatter, histogram etc.
Matplotlib comes with a wide variety of plots. Plots
help to understand trends, patterns, and to make
correlations. They’re typically instruments for
reasoning about quantitative information.
CSV FILE:-
A comma-separated values file is a delimited text file
that uses a comma to separate values. Each line of the
file is a data record. Each record consists of one or
more fields, separated by commas. The use of the
comma as a field separator is the source of the name
for this file format.
CSV FILES USED IN LMS:

BOOKS.CSV

MEMBERS.CSV
TRANSACTION.CSV
CODING:
OUTPUT:
BIBLIOGRAPHY:
We have successfully completed our project
with the help of our teachers and team
members. The different sources we have used
are:-
1. Wikipedia:-
https://www.wikipedia.org/

2. Youtube :-
https://www.youtube.com/

3. Text book-IP (Preeti Arora class 11,12)

4. Text book-IP ( NCERT Class 11,12)

You might also like