a simple python package to grab multi-sheet budget data from Google Sheets
Budget format assumes columns A:G used with labels {date, notes, amount, category, person, shared, recreational}.
See the jupyter notebook for inspiration on graphing expenses and per person splits. Also included a notebook using qgrid for filtering and sorting the table via GUI (not available online, only when running kernel).
Uses the Gsheets python API. Added a trick so that it only has to be run from the command line once (hopefully).