This repository contains a Python implementation of a Mini Library Management System.
- To see the system in action, run:
python demo.py - To run the unit tests, run:
python tests.py
operations.py: Core functions for managing books and members.demo.py: Demo script showing system usage.tests.py: Unit tests.UML.png: Hand-drawn UML diagram.DesignRationale.pdf: Explanation of data structure choices.