Cs Documentation
Cs Documentation
International School
Dhamnod (Dhar)
Name = Abhivya Nyaik , Riya Choubey ,
Prajakta Patidar
Class = XII
Group Members :
Abhivya Nyaik
Riya Choubey
Prajakta Patidar
Sr. No. Particulars pages
1. Project Analysis
3. Detailed Descripton
4. Source Code
6. Bibliography
7. Remarks
Index
Project
Analysis
Our application program is specially
Designed for the public library named
“READING COMMUNITY”
Library Management System is a system that shows all the available books
and their count and also books taken by people, the date on which they took
that particular book, expected date of return, late due fees, membership
details, and so on. Everything will be crystal clear. There will be no ambiguity.
It will be beneficial for both students and librarians.
This library management is very efficient and also cost-effective. It saves a lot
of time for both librarians and also students. With this, manual work is
reduced, requiring less staff and maintenance. This system is user-friendly
and also very easy to use.
Functions and
Modules
Modules :
Import mysql.connector:
By importing this package, we are able to establish the
connection between SQL and python.
Functions :
Connect():
Cursor():
Def() :
A function is a block of code which only
runs when it is called.
Fetchall ():
This function will return all the rows from
the result set in the form of a tuple
containing the records.
Fetchone ():
This function will return one row from the
result set in the form of a tuple containing
the records.
Commit ():
This function provides changes in the
database physically.
Detailed Description
Our project has 3 MySQl
tables . These are :-
1. Books
2. Issue
3. Return
The table books contain the following columns :
a)