Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 678 Bytes

File metadata and controls

22 lines (14 loc) · 678 Bytes

Python Library System

A library management system developed in Python, allowing you to add books, list available ones, lend, and return books through an interactive terminal menu.


Features

  • Add books: Add new books to the library with title, author, and publication year.
  • List available books: Display all registered books in the library.
  • Lend books: Mark a book as lent, making it unavailable until returned.
  • Return books: Mark a book as available again.
  • Interactive interface: Terminal menu for easy use.

How to use

  1. Clone the repository:
git clone https://github.com/your-username/python-library-system.git