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

https://github.com/shyamkrishna466/library-management-system

The Library Management System is a Python-based project that uses MySQL as its database backend to efficiently manage books and student records in a library. This system provides an intuitive command-line interface (CLI) where users can issue and return books, manage student details, and keep track of available books.
https://github.com/shyamkrishna466/library-management-system

mysql mysqlconnector python

Last synced: 3 months ago
JSON representation

The Library Management System is a Python-based project that uses MySQL as its database backend to efficiently manage books and student records in a library. This system provides an intuitive command-line interface (CLI) where users can issue and return books, manage student details, and keep track of available books.

Awesome Lists containing this project

README

        

# Library-Management-System
The Library Management System is a Python-based project that uses MySQL as its database backend to efficiently manage books and student records in a library. This system provides an intuitive command-line interface (CLI) where users can issue and return books, manage student details, and keep track of available books.
## Features
✅ Issue and return books
✅ Manage student records (Create, Display, Modify, Delete)
✅ Manage books (Add, Display, Modify, Delete)
✅ MySQL database for storing information
✅ CLI-based menu for easy interaction
### 🛠️ Technologies Used
- **Python** (Jupyter Notebook)
- **MySQL** (Database)