An open API service indexing awesome lists of open source software.

https://github.com/carlosfernandezcabrero/google-sheets-integration

Project that downloads the Google Sheets from Google Drive
https://github.com/carlosfernandezcabrero/google-sheets-integration

google-cloud-platform google-sheets python3 tkinter

Last synced: about 1 month ago
JSON representation

Project that downloads the Google Sheets from Google Drive

Awesome Lists containing this project

README

        

# Google Sheets Integration

## Description

Project that downloads the Google Sheets from Google Drive. This application integrates with Google Sheets API.

## Use

First, install the require libraries.

`pip install -r requirements.txt`

Second, download the key file associated with the service user created for your APIs and services on "Google Cloud Platform". The file should be called ".key" and should be in the format JSON. The file should be located in the root of project.

## Requirements

* Python 3
* Tkinter