Library Management System
Library Management System
PROJECT FILE
A project Report submitted on partial fulfillment of
the curriculum of class XII {AISSCE}-Physics
Session 2024-25
Signature:-
Gratitude in abundance.
SARTHAK SHARMA
Class: XII– B
LIBRARY MANAGEMENT
SYSTEM
INTRODUCTION :
The Library Management System is basically a database
based project done with help of python language . This
project is very useful for the librarians to keep a count on
what project they have and how much they sold or issue
books. This project is multi-level project so that it can be
modified for various purposes.
OBJECTIVE OF THE PROJECT :
The objective of this project is to let the students apply the
programming knowledge into a real-world situation / problem
and exposed the students how programming skills helps in
developing a good software.
Write programs utilizing modern software tools.
Apply object oriented programming principles effectively when
developing small to medium sized projects.
Write effective procedural code to small to medium sized
problems.
Students will demonstrate a breadth to knowledge in information
practices, as exemplified in the areas of systems ,theory and
software development.
Students will demonstrate ability to conduct a research or applied
informatics. Practices projects , required writing and presentation
skills which exemplify scholarly style in information practices.
PROPOSED SYSTEM:
Today one cannot afford to rely on the fallible human beings
of be really wants to stand against today’s merciless
competition not to be wise saying ‘’ to err human ‘’ no longer
valid , it’s outdated to rationalize your mistake. So, to keep
pace with time, to bring about the best result without
malfunctioning and greater efficiency so as to replace the
unending heaps of flies with a much sophisticated hard disk
of the computer
.
One has to use the data management software. Software
has been an ascent in atomization various
organizations .Many software products working are now in
markets, which have helped ion making the organization work
easier and efficiently . Data Management had to initially
maintain a lot of ledgers and a lot of paper work has to be
done but now software product on this organization has
made their work faster and easier. Now only this software
has to be loaded on the computer and the work can be done
.
This prevents a lot of time and money. The works becomes
fully automated and any information regarding the
organization can be obtained by clicking the button.
Moreover, now it’s an age of computers and automatically
such an organization gives a better look.
SOURCE CODE
MySQL
Database used: library
Table used:
BOOKS
ISSUE
SUBMIT
Table BOOKS
Table ISSUE
Table SUBMIT
LIBRARY MANAGEMENT
SYSTEM
This project is made using two python scripts
First (MYSQL): coding for making table in mysql server
We will write python code for making table and
database in mysql server. We will use python mysql
connectivity for this. After writing the code we will
execute this script only once. And after execution all
the table and database will be created in the server