A console-based Library Management System developed in Python using MySQL.
- Add new books
- Search books
- Update and delete books
- Issue and return books
- View borrowed register
- View student borrowing history
- Python 3
- MySQL
- mysql-connector-python
pip install -r requirements.txt
python library_management_system.pyRun the SQL script in MySQL:
SOURCE database_schema.sql;Prerana Banerjee