You are on page 1of 7

A

Synopsis

On

Library Mangement System

Submitted to
Rashtrasant Tukadoji Maharaj Nagpur University, Nagpur

In partial fulfillment of the requirement of

Bachelor of Commerce (Computer Application) Part- III

Semester-VI

Examination Summer-2023

Submitted By
Mr. Mayuresh Chourikar

Mr. Om Marjive

Under the Guidance of


Prof. Yogesh T. Bisen

Department Of Computer Science

KAMLA NEHRU MAHAVIDYALAYA


Sakkardara Chowk, Nagpur-24

2022-2023
INDEX

Sr.No. TITLE Page


No.
1. INTRODUCTION
2. OBJECTIVES OF THE PROJECT
3. PROJECT CATEGORY
4. COMPLETE STRUCTURE OF THE SYSTEM
5. REFERENCES
Introduction :
The Library Management System is a software solution
that helps manage the daily operations of a library. It is
designed to automate routine tasks, such as cataloging,
circulation, acquisitions, and inventory management,
which enables librarians to focus on providing better
services to their patrons.
Many formalities come under library management. A
Library Management System can bring several benefits
here. For growing knowledge and enhancing skills to
solve real-life problems I developed a Library
Management System Project in Python with MySQL.

Objective Of The Project :


The objectives of a Library Management Project can vary
based on the specific needs and goals of the organization
implementing it. However, here are some common
objectives that such a project may aim to achieve:
 Streamline and automate routine library tasks such as
book circulation, cataloging, and inventory
management.
 Implement a robust cataloging system to organize and
classify library materials efficiently.
 Develop an intuitive and user-friendly interface for
both library staff and patrons.
 Implement access controls to ensure that only
authorized personnel have access to certain
administrative functions.
 Establish an online catalog that allows users to search
for library resources remotely.
 Monitor the usage of library resources to make
informed decisions about acquisitions, withdrawals,
and resource allocation.
 Facilitate interlibrary loans by coordinating the
borrowing and lending of materials between libraries.
 Generate reports on library usage, popular materials,
and other relevant metrics to aid in decision-making.

Project Category :

 Hardware Requirement :-

This software requires following minimum


hardware configuration:
Processer: Pentium :- iii
RAM : 2 GB
Hard Disk : 4.2 GB
 Software Requirement :-
 Windows / Linux
 Vs Code

 Language Used
 Python
 MySQL
Complete structure of the system :-

• Numbers of Modules and its Description.


1. Main Module.
2. Custom Module.
3. Credentials Module.
• Main Module

Main module contains the main functionality


of program And UI elements used in the
application such as :-

I. Add Book – This function let’s user to add a


book.
II. Issue Book – This function issue’s The book to
student.
III. Return Book – This function let’s students to
return the book.
IV. Search Book – This function searches the
books.
V. Clear Screen – This function clears the screen
• Custom Module.
In This module there are different colours used in UI.

 Credentials Module
In this module there are information stored regarding
database

Refrences :
 www.w3schools.com
 https://dev.mysql.com/doc/

Book Name :

 Python made easy – Mike Mcgrath


 Mysql: the Complete Refrence

Place: Nagpur Sumbitted By :

Date : Mister. Om Marjive

Mister. Mayuresh Chourikar

You might also like