Skip to content

Python application to inventory books in your physical library

Notifications You must be signed in to change notification settings

nicnacno/book-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

book-inventory

Python application to inventory books in your physical library

The goal is to create an application to track physical books in your library using ISBN to pull information from Openlibrary.

Plan:

-start with .csv storage format (populate book data from one query, populate author field from a second query)

-populate from openlibrary api

Possible features include:

-location of book at the bookcase/shelf level

-read y/n tag

-last read date/year

-book genre tags

-random book recommendation

-notes

-rating

-shelf audit (auditing book inventory by location)

-lookup by author/books by the same author

-thumbnail image pull from openlibrary

-vision functionality to add books using camera (ISBN read)

-android app, web app

api-query.py is the framework for querying Openlibrary, to be implemented as a function later

About

Python application to inventory books in your physical library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages