A simple and functional Python + MySQL application for managing library operations.
This system allows administrators to add, view, and delete book records for both Students and Staff.
- Manage Student and Staff library records
- Add new book records with borrower details
- Display all records in a formatted table
- Delete records using
BOOK_ID - MySQL database integration
- Simple command-line interface
Ensure the following are installed:
- Python 3.x
- MySQL Server
Install dependencies:
pip install mysql-connector-python tabulate