Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 409 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 409 Bytes

gswrap

This is a wrapper library for Google Sheets API.

Usage

First, install gswrap by pip.

$ pip install gdwrap

Second, import your script.

from gswrap.Gswrap import Gswrap

And, Init in your script.

gd = Gswrap(KEY_FILE, CREDENTIAL_FILE)

You can see usage sample code below.

./sample/*.py