https://github.com/pradipece/advanced-library-management-system
Enhance the existing Library Management Project by implementing a Lend Book feature that allows users to borrow books and updates the systems.
https://github.com/pradipece/advanced-library-management-system
css html python reactjs
Last synced: 3 months ago
JSON representation
Enhance the existing Library Management Project by implementing a Lend Book feature that allows users to borrow books and updates the systems.
- Host: GitHub
- URL: https://github.com/pradipece/advanced-library-management-system
- Owner: pradipece
- Created: 2025-04-09T19:07:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T20:15:14.000Z (about 1 year ago)
- Last Synced: 2025-04-10T00:39:48.695Z (about 1 year ago)
- Topics: css, html, python, reactjs
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Advanced Library Management System
Overview: Enhance the existing Library Management Project by implementing a Lend Book feature that allows users to borrow books and updates the system accordingly.

Requirements:
- Add a "Lend Book" option to the existing Library Management CLI menu.
- When someone borrows a book, collect the borrower's name, phone number, and book title and assign a return due date using datetime. Save them in a file.
- When someone lends a book, the quantity of the book will decrease.
- When the borrower returns the book, remove their loan information from the loan book file.
- When the borrower returns the book, the quantity of the book will increase.
- If there are no books available to lend, a message should be printed saying, "There are not enough books available to lend."