A Python-based library management system for schools. It uses Excel for data storage and allows users to:
- Lend and return books
- View available books
- Track borrowed books
- Data Storage: Uses
pandas
to manage book data and store it in Excel files. - Menu-Driven Interface: Provides an interactive menu for users.
- Default Book Collection: Preloaded with a collection of books.
- Track Book Status: Maintains the status of each book (borrowed or available).
- Python 3.x
- pandas
- openpyxl
- Clone the repository:
git clone https://github.com/mahdi-mosafa/school-library-system.git