The document is an acknowledgment and introduction to a Library Management System project, highlighting the contributions of a teacher and parents. It discusses the project's purpose of automating record-keeping in libraries for better efficiency and data protection. Additionally, it outlines the functions used, software employed, and provides a bibliography of sources referenced.
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 ratings0% found this document useful (0 votes)
4 views11 pages
Ippp
The document is an acknowledgment and introduction to a Library Management System project, highlighting the contributions of a teacher and parents. It discusses the project's purpose of automating record-keeping in libraries for better efficiency and data protection. Additionally, it outlines the functions used, software employed, and provides a bibliography of sources referenced.
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/ 11
Acknowledgement
I would like to express my special thanks of
gratitude to my information practices teacher Mr. Ashutosh Kumar, for the help and guidance he provided for completing this project.
I would also thank my parents who gave
their ideas and inputs in making this project and helped me to complete it in the allotted time period.
At last, but not the least, I would like to
thank the Almighty for always blessing me. Index
Topic
Introduction
Functions Used and
Files Imported
Software Used
Tables in SQL
Python Code
Output
Bibliography Introduction
Library Management System' this project is
useful for the people of the library or those associated with it to keep a track of details like book availability, details of people who have taken books and those who have returned the books, etc.
By automating the data keeping process, one
can view the details as and when required in no time. This project emphasises on digitalisation of record keeping processes.
The administrator of the library can use this
program to simplify record keeping and make it more time efficient while ensuring data protection of users as only one with the right password can access the data. Functions used and files imported
Files Imported: MySQL connector for database
connectivity.
Functions Used:
1. connect()- For database and table creation.
2. cursor()- To execute MySQL queries.
3. fetchall()- To fetch all the rows.
4. commit()- To execute(commit) current transaction.