A simple app to query the Internet Archive Open Library Books API
Dependencies can be installed using pipenv
Linux:
pipenv install
Windows:
python -m pipenv install
The app consists of a single page to query the Internet Archive Open Library Books API. The results of the API call are displayed in a table. By default, a simplified result is returned, showing only a few of the values returned by the API. To show all results, select the Show raw output:
checkbox.