The Library Management System (LMS) is a Python-based console application that simplifies the management of a library's catalog and user interactions. This LMS provides basic functionality for adding books, listing books,adding users and checking out books. While this is a simplified version, it can serve as a foundation for more advanced librarymanagement systems.
-
Add Books: Easily add books to the library catalog with titles and authors.
-
List Books: Display a list of all books in the library catalog, including their availability status.
-
Add Users: providing user IDs and names.
-
Check Out Books: Allow users to check out books, updating their availability status.
-
User-friendly Interface: A simple, user-friendly command-line interface for managing the library.