Skip to content

I have created Library management system a software that uses to maintain the record of the library. It contains work like the number of available books in the library, the number of books are issued or returning or renewing a book or late fine charge record, etc. and maintaining the database with login credential

License

Notifications You must be signed in to change notification settings

Pratyush-Avi/librarymanagementsystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LIBRARY MANAGEMENT SYSTEM

The Library Management System allows the user to store the book details and the person's details. This software allows storing the details of all the data related to library. The implementation of the system will reduce data entry time and provide readily calculated reports

Introduction

Library is a very important part of student’s life it is a curated collection of sources of information and similar resources. A Library Management System is a project that has been developed to handle basic housekeeping functions of a library.

It’s a well organized solution for a library. It helps to provide information on any book present in library to the user.

It keeps a record of book issued and books added to library.

Project Description

Library Management System which is used to manage the record of books and students. The project is a menu driven program as when we run the main class we get seven options that will be displayed as:

  1. Add new Book.
  2. Increase Quantity of a Book.
  3. Show All Books.
  4. Register Student.
  5. Show All Registered Students.
  6. Issue Book.
  7. Exit
  • When we select the 1st option i.e. Add new book we can add a new book in the record of library with details such as book name, author name, SNo and Quantity.

  • When we select 2nd option i.e. Increase quantity of books we can increase the quantity of any book which is present in the record.

  • When we select 3rd option i.e. Show all books we will see all the books present in the library with all their details.

  • When we select 4th option i.e. Register Student we can register a student in the record by entering the details of students such as First Name, Last Name, Sap ID, Course, Batch etc.

  • When we select 5th option i.e. Show all registered students we will see all the students registered in the record with their details.

  • When we select 6th option i.e. Issue Book only the registered student can issue a book from the library and if the student is not registered then he’ll have to first register himself then only he’ll be able to register book.

  • When we select 7th option i.e. Exit we will be exited out of the program.

Objective

It helps in maintaining a track of records of all students and their complete details

It manages the record of book and all the details of book

It provides timely access to request materials

Problem Statement

Based on the observation, there isn’t a proper library management system for the students. So, students need to go to the library to check whether a certain book is available or not. They can register themselves to the library from this only they need not go to library for this sole purpose.

License

MIT

About

I have created Library management system a software that uses to maintain the record of the library. It contains work like the number of available books in the library, the number of books are issued or returning or renewing a book or late fine charge record, etc. and maintaining the database with login credential

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages