A Python-based Library Management System demonstrating OOP concepts with features like book tracking, borrow/return functionality, and an interactive menu-driven CLI.
📚 Library Management System (Python)
A command-line based Library Management System built using Python and Object-Oriented Programming (OOP).
🚀 Features
- Add new books
- Borrow books
- Return books
- View all available books
- Menu-driven interface
🧠 Concepts Used
- Classes & Objects
- Encapsulation
- Loops & Conditionals
🛠️ Tech Stack
- Python
python library_management.py