An open API service indexing awesome lists of open source software.

https://github.com/pabitra-33/book_inventory_system


https://github.com/pabitra-33/book_inventory_system

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# 📚 Book_Inventory_System
Developed a Book Inventory Management System Project in Python, which is a simple console-based application used to manage storing books and keep track of all goods stock and also we can use it to check the purchases history of the store. Basically, we are developing a system to manage/automate some processes of any store by using the computer. So by using this system we can keep record data of products and even all purchases happened in-store.
So here we are going to develop an Book inventory management system using python and for storing data we are going to append data manually from the user. First of all, we will create sample data file by using python code itself and then developing all functions one by one.

💡 Main Features Of This Project:-

. User can add a book or also copy of a existing book to the bookstore, such as - Book name, Book author, Book Price, Book Edition etc.

. Remove or delete the book from the bookstore.

. Searched books have text on their bottom, weather it is already exist in bookstore or not.

. Update the book details by their book id or author name etc.