Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ books Public
forked from EskoJanatuinen/books

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

savikko/books

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%