sheets is a CLI and Library that allows for the downloading and uploading
of google sheets via csv files.
In order to use this program, you must setup a google cloud project if you seek to have this operate on spreadsheets you have access to. It may be useful to check out the Google Python Quickstart for relevant information.
Specifically, you want to create a Google Cloud Project, so you can copy over the project credentials to associate this program with and get authentication and authorization to work for you.
- Create Google Cloud Project
- Enable the Google Sheets API
- Configure OAuth Consent Screen
- Create OAuth Credentials
- Copy Credentials Over to Project
- Add Yourself As a Test User to Your Cloud Project
sheets -hsheets --url "your_spreadsheet_url_here"prek install
uv sync
. .venv/bin/activate
sheets -h