python-geeks / Automation-scripts

Repo for creating awesome automation scripts to make my panda lazier
MIT License
1.05k stars 564 forks source link

Added Automated Library Management Script #969

Open vineethsaivs opened 1 month ago

vineethsaivs commented 1 month ago

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.