A console-based Library Management System built with Python. This system allows users to register, borrow, return, reserve, and search for library items like books, DVDs, and magazines. Data is stored using JSON files.
? Features
? Search for items by title or type
? View available and borrowed items
? Register new users
? Borrow items
? Reserve items (queue system)
? Return borrowed items
❌ Remove users and items
✅ Custom exceptions for better error handling