Skip to content

A python script which uses openCV and pyzbar to allow users to create a catalog of the users collection of books

Notifications You must be signed in to change notification settings

el-rabies/python-book-catalogue

Repository files navigation

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

About

A python script which uses openCV and pyzbar to allow users to create a catalog of the users collection of books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages