My Library (“Ma Bibliothèque” in French) is an Android app that lets you catalog the books you own. This can be useful to let people know what books you already have before they give it to you as a present. You can also list the books you are interested in.
However, it can be inconvenient to share this list with other people. I developed MyBooks, a client-only web app to share this information in a convenient format. You can have a look at the live demo to test what kind of filtering and sorting features it supports.
Have a look at a live example.
pip3 install pandas xlrd
./export-book-wishlist MyLibrary.xls >src/books.json
npm ci
npm run build
x-www-browser dist/index.html
You can then host the dist/
directory on a web server to let other people access your library.