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
- Host: GitHub
- URL: https://github.com/carlosfernandezcabrero/google-sheets-integration
- Owner: carlosfernandezcabrero
- Created: 2021-06-04T18:35:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T01:52:33.000Z (over 1 year ago)
- Last Synced: 2024-10-04T14:40:49.004Z (7 months ago)
- Topics: google-cloud-platform, google-sheets, python3, tkinter
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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