/googlebooks

An unofficial Python wrapper of the Google Books API 📚

Primary LanguagePythonMIT LicenseMIT

Google Books API - Searth the world's most comprehensive index of full-text books. An unofficial Python wrapper of the Google Books API

Installation

This project is still under development and isn't officially released yet.

The simplest way to install the googlebooks module is by using pip. Just run the following command in your terminal:

$ (sudo) pip install googlebooks

You can also clone the Github repo, download the latest release from Github or directly from PyPI. Then, unzip the files (if they are zipped), and use the following command to install the package:

$ (sudo) python setup.py install

If the command above didn't work, make sure that you have the setuptools package installed using:

$ (sudo) pip install setuptools