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.
- Host: GitHub
- URL: https://github.com/shyamkrishna466/library-management-system
- Owner: shyamkrishna466
- Created: 2025-03-06T09:56:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T10:03:02.000Z (3 months ago)
- Last Synced: 2025-03-06T10:37:52.654Z (3 months ago)
- Topics: mysql, mysqlconnector, python
- Language: Jupyter Notebook
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)