Skip to content

A Python script for scanning ISBNs (barcodes) to check if a book is already listed in our webshop.

Notifications You must be signed in to change notification settings

EskoJanatuinen/books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

books

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.



Screenshot 2022-08-15 at 16 40 56

About

A Python script for scanning ISBNs (barcodes) to check if a book is already listed in our webshop.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages