Book Shop Management System is a python based project. With the help of this project you can easily manage a book shop.
Features:-
- You can see the inventory
- You can add book to inventory
- You can buy a book
- You can exit the program
Logic used:
- Inventory gets saved everytime when you add book to inventory or when someone buys a book. So, if you exit the program your inventory doesn't get lost.
- When you add book to inventory, the program first checks whether that book is already in inventory or not. If that book is already in store then it updates the price and quantity of that book in the inventory and if that book is not in inventory then the programs adds that book to the inventory.
- Whenever someone buys a book, the program will deduct the quantity of that book in the inventory.
- When you search for a book by providing name of book and the author's name then the program finds the exact book in the inventory and shows you, if the exact book is not there in the inventory the program shows you the books with similar names.
CREATED BY AAGMAN PAL