https://github.com/areshytko/streamlit-gsheets
Google Sheets integration with Streamlit
https://github.com/areshytko/streamlit-gsheets
coockiecutter google-sheets streamlit
Last synced: 2 months ago
JSON representation
Google Sheets integration with Streamlit
- Host: GitHub
- URL: https://github.com/areshytko/streamlit-gsheets
- Owner: areshytko
- License: apache-2.0
- Created: 2022-12-03T12:33:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T17:49:10.000Z (over 3 years ago)
- Last Synced: 2025-12-26T20:48:03.197Z (6 months ago)
- Topics: coockiecutter, google-sheets, streamlit
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit with Google Sheets Cookiecutter Template
Cookiecutter template for a Streamlit Dashboard integrated with Google Sheets
with Service Account authentication.
## Runbook
```
pip install cookiecutter
cookiecutter git@github.com:areshytko/streamlit-gsheets.git
```
This will initialize a new repository for a streamlit dashboard.
Follow the generated `README.md` for further setup steps.