Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kamakshi4023/library_management
- Owner: Kamakshi4023
- Created: 2022-10-28T16:37:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T17:42:42.000Z (about 2 years ago)
- Last Synced: 2023-08-30T18:40:19.794Z (about 1 year ago)
- Topics: database, education, library, library-management-system, mysql, mysqlconnector, programming, project, python, students
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.