[go: up one dir, main page]

0% found this document useful (0 votes)
15 views3 pages

Project Part 3

Uploaded by

cb2978151
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views3 pages

Project Part 3

Uploaded by

cb2978151
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

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)

You might also like