Python Library Management System ?
A simple console-based application that allows users to manage a library catalog.
Key features include:
Add books with ISBN, title, and author
Check out books and mark them as unavailable
Check in books to make them available again
List all books with availability status
This project demonstrates basic CRUD operations, data management using dictionaries, and user interaction through a console interface.