This Python script automates library management tasks such as adding, deleting, and checking out books. It keeps a record of the library's books and their availability status.
- Add new book records.
- Delete existing book records.
- Check out and return books.
- Display the current status of all books in the library.
- Clone the repository and navigate to the
library_managementdirectory. - Run the script using Python:
python library_management.py