LIBRARY_MANAGEMENT CLI
Overview This project provides a simple interface to library_management.It demonstrates core python concepts and serves as a starter project for version control with Git.
Features .Add Books: We can add book by using book id,author name and book title. .Search Books: By entering the book id of the book we needed we can search. .Issue Books: We can issue book to our login by entering book id. .Return Books: we can return the book we needed to return by entering that book id. .Calculate Fine: Calculates fine based on the numbers of extra days we kept the book with us.
Tech Stack .Language:Python 3.8+ .Dependence:No external libraries requried - uses Python standard library only
Installation & Setup
1.Download the project files 2.Open the project in your IDE 3.Run the application
Prerequisites Python 3.8 or higher installed on your system.Check with: python --version git clone https://github.com/Subhalikitha/library_management.git
cd library_management python library_management.py
After running python library_management.py, follow the on-screen menu prompts: 1.Add book 2.Search book 3.Issue book 4.Return book 5.Calculate fine
File structure: library_mangement/ |-- library_management.py |-- README.md
Author: Subhalikitha Github: @Subhalikitha
License: This project is open source and available under the MIT License.