Added Automated Library Management Script #969
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Script name -
library_management.py
Brief about script -
This script automates library management tasks such as adding books, deleting books, checking out books, returning books, and displaying the library records. The script provides an easy way to manage book inventories and track their status in the library.
Issue no.(must) -
#920 (Replace this with the actual issue number if assigned)
Self Check (Tick After Making Pull Request):
This issue was assigned to me.
One Change in one Pull Request.
My file is in the proper folder (Name of folder is library_management).
I am following clean code and Documentation, and my code is well linted with Flake8.
I have added README.md and requirements.txt with my script.
I have used REPO README TEMPLATE.
Just including required dependencies in requirements.txt.