A Python program for scanning ISBNs (barcodes) to check if a book is already listed in our webshop. Based on the inventory balance, the script makes a recommendation, whether to sell the book in webshop or physical store. A price history is also provided for the book.
This is the second iteration of the script, with added features and optimized iteration algorithm. You can check out the earlier version here.
Main.py runs the program.
Updates listed online products to a local SQLite database daily. Scanned ISBN-barcodes are compared to this list. Allows scanning even if the database cannot be updated.