Skip to content

Create a CSV of all my books so I can sort them on my shelves

License

Notifications You must be signed in to change notification settings

arlindohall/books

Repository files navigation

Books!

I made this script to scan in my books by ISBN and create a csv database of them sorted by some kind of unique ID that I haven't decided on yet.

Using it

I run the following command to scan in a bunch of books and append them to my existing list:

source env/bin/activate.fish
pip install -r requirements.txt

# This saves the scanned json blobs for processing
python scan_books.py >> output.txt

# This creates the actual csv
# Does not append because all data should be in output.txt
python classify_books.py < output.txt > output.csv

About

Create a CSV of all my books so I can sort them on my shelves

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published