Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 553 Bytes

File metadata and controls

16 lines (13 loc) · 553 Bytes

Automated Library Management System

Description

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.

Features

  • Add new book records.
  • Delete existing book records.
  • Check out and return books.
  • Display the current status of all books in the library.

How to Use

  1. Clone the repository and navigate to the library_management directory.
  2. Run the script using Python:
    python library_management.py