PROJECT COMPUTER SCIENCE dbms and sql
PROJECT COMPUTER SCIENCE dbms and sql
COMPUTE SCIENCE
LIBRARY MANAGEMENT
SYSTEM
KENDRIYA VIDAYALAYA
DHRANGADHRA
SESSION: 2023-24
CERTIFICATE
EXTERNAL EXAMINER
ACKNOWLEDGEMENT
I would like to express my special
thanks of gratitude to(Mr. MANISH
PARMAR Sir) as well as our
Principal(Mr.OMPRAKASH
JATT)who gave me the golden
opportunity to do this wonderful
process on the topic(LIBRARY
MANAGEMENT SYSTEM.),which
help me in doing lot of Research and I
came to know about so many new
things. I am really thankful to them,
Secondly I would also like to thank
parents and friends who helped me a
lot in finalizing this project within the
limited time frame.
What is a Library Management
System Project in Python?
The Library Management System Project in
Python is an important piece of software that is used
in school and college libraries to add new books,
lend books to students, and keep track of which
books have been returned.
Python version
2.x or 3.x
(Recommended):
Database: MySQL
1. Login Page
The code given below is the login page of the system which can log in to the
administrator and manage all the features of the library management system.
2. Main Module
The main module of the Library Management System Project in Python and
MySQL can control all the modules that are declared.
3. Student Information
This module is for the student information that can be searched and you can
display the information of the student either by name or id.
4. Book Information
This module is for the book information that can be searched and you can
display the information of books.
11
5. Add New Student
In this module, you can add the information of the student.
6. Add Books
In this module, you can add the information of the books inside the library.
7. Borrow Book
In this module, you can create a borrowing process for the books.
8. Return Book
In this module, you can manage the return of the book.
Summary;
This project has an admin side. The admin side handles all the
management, such as adding and managing books, managing students
and users, lending and returning books, and adding and retrieving data
from the MySQL database.
So, this is the way that the library system is run. The project file has a
Python script (Main.py, option.py, Add Books.py, Add Students.py,
Search.py, Search student.py, Reg.py, and Rem.py).