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

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

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.