A simple Python-based library management system built using Object-Oriented Programming (OOP) concepts.
- Add new books to the library
- Show all available books
- Display total number of books
- Remove a book by index
- Prevent duplicate entries
- Gracefully handle invalid inputs
- Demonstrates non-persistent storage — data is lost once the program ends
- Classes and Objects
- Instance Variables & Methods
- Loops and Conditionals
- Input Validation
- List Operations (append, pop, enumerate)
- Clone this repository
git clone https://github.com/your-username/Library-Management-CLI.git