The Library Management System (LMS) is a Python-based application designed to manage the library's book records. It allows users to view, issue, add, and return books. This system simplifies the tracking and management of books, ensuring a more efficient process compared to manual methods.
- Display Books: View all available books along with their status (Available/Issued).
- Issue Books: Borrow a book and mark it as issued with the borrower’s details.
- Add Books: Add new books to the library and update records.
- Return Books: Return borrowed books and mark them as available.
-
Clone the repository:
git clone https://github.com/vermaharsha/LibraryManagementSystem.git
-
Navigate to the project directory:
cd LibraryManagementSystem
- Ensure you have Python extension is installed.
- Run the application:
python lms.py
- On running the script, you will be prompted with a menu.
- Use the following keys to interact: D: Display Books I: Issue Books A: Add Books R: Return Books Q: Quit
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
Harsha Verma