Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamakshi4023/library_management

Library Management System
https://github.com/kamakshi4023/library_management

database education library library-management-system mysql mysqlconnector programming project python students

Last synced: about 5 hours ago
JSON representation

Library Management System

Awesome Lists containing this project

README

        

# Library_Management

INTRODUCTION:

Library management system is all about organizing, managing the library and library-oriented tasks. A library management system keeps track of the books present in the library. It is an important piece of software which is present in every schools and colleges.

This management software mainly focuses on basic operations in a library like adding new books, updating new information, searching books and return books. It also involves maintaining the database of entering new books and the record of books that have been retrieved or issued, with their respective dates. The user can easily display, insert, search, update and delete record in the database with this software.

AIM:

The prime objectives of this project are:

● Implementing a library management software

● Using MySQL databases for working with library data such as

o Keeping records of books

o Keeping records of members

o Easily Search books

o Easily Search Library Members

o Easily Issue/Return Books

In addition to above primary objectives, the aim of the project is to maintain its complexity to the easiest level so that the operator of the software can carry out all the operators with ease.