lOMoARcPSD|49826605
LIBRARY
MANAGEMENT
SYSTEM
Using Python and mySQL
Downloaded by Kinshuk Dutta (cb2978151@gmail.com)
lOMoARcPSD|49826605
PROJECT ANALYSIS
Our application program is specially
designed for the public library named
"READING COMMUNITY."
They lend books to readers who have subscribed
with the library.
We have tried to maximise the efficiency and strived for customer and
user ease as well as satisfaction.
We have thoroughly examined the needs of the library and after the
analysis, we have constructed the program.
We have used PYTHON and MYSQL as our platform
to carry out this task.
Downloaded by Kinshuk Dutta (cb2978151@gmail.com)
lOMoARcPSD|49826605
FUNCTIONS AND MODULES
modules:
import mysql.connector:
By importing this package,we are able to establish the
connection between SQL and PYTHON.
2
Downloaded by Kinshuk Dutta (cb2978151@gmail.com)