A library management system developed in Python, allowing you to add books, list available ones, lend, and return books through an interactive terminal menu.
- 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.
- Clone the repository:
git clone https://github.com/your-username/python-library-system.git