A command-line based library management system that allows you to manage books, members, and borrow/return activities with due-date tracking.
- 📖 Book Management – Add, update, delete, search, and list all books
- 👤 Member Management – Add and search for library members
- 🔁 Borrow/Return System – Issue and return books with due-date checks
- 🚨 Overdue Alerts – Shows if a book is returned late
- Python 3.6+
- MySQL Server
mysql-connector-python
Install dependencies:
pip install -r requirements.txt