You are on page 1of 12

COMPUTER SCIENCE

PROJECT

VISHWA BHARATI PUBLIC SCHOOL


NOIDA
(session – 2023-24)

TOPIC
Library Management System

Efforts By :-
 ANVI MISHRA
 AYUSH SHARMA
 KP SHREYA
 SAUMYA SOOD
< ACKNOWLEDGEMENT >

We would like to express our special thanks


of gratitude to our teacher Ms. Sofia Goel
who gave us the golden opportunity to do this
wonderful project on the topic (LIBRARY
MANAGEMENT SYSTEM), which helped us
explore and learn new things.

Secondly, we would also like to thank our


friends and family, who helped us in finalizing
this project within the limited time frame
< INTRODUCTION >

The Library Management System (LMS) project is a comprehensive


solution designed to automate and streamline the operations of a library.
In today's digital age, libraries require efficient management tools to
organize, store, and retrieve information effectively. This project aims to
develop a robust system using Python programming language along with
MySQL database to create an intuitive and user-friendly interface for
librarians and patrons.

Project Objectives:
 Create a user-friendly interface for both librarians and patrons.
 Ensure efficient and accurate book management, including
borrowing, returning, and cataloging.
 Implement secure user authentication and authorization
mechanisms.
 Provide a scalable and maintainable system architecture for future
enhancements.
< CODE >
Creating MySQL connection

Creating library database and tables


Function to display the menu

Function to add a book to the library

Function to view all books in the library


Function to add a member to the library

Function to view all members in the library

Function to lend a book


Function to return a book
Function to display the updated menu

Main function to run the application


< OUPUT >
Add a book to the library

View available books in the library

Add a member
View all members

Lend a book

Return a book

Exit
< REFRENCES >

# Computer science with python


by Preeti Arora

# geeksforgeeks

# w3schools

You might also like