Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 708 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 708 Bytes

ISBN_search

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

This is an older version of the script. Check out the new version with with added features and optimized iteration algorithm 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.



isbn_search_app