This project allows you to quickly catalogue the books you own by scanning ISBN codes and gathering data into an excel file. It works for macOS by default, changing the paths in main.py, isbn.py and update_libFile.py allows to it to work on windows.
All Dependencies
brew install zbar
pip install pyzbar
pip install pillow
pip install opencv-python
pip install urllib3
pip install openpyxl
pip install json
pip install pandas
pip install os
pip install numpy
To Run: one of these will probably work
python path_to/main.py
python3 path_to/main.py