├── README.md ├── create_sheet.py ├── data_loader.py ├── expenses.csv ├── sheets_utility.py └── update_sheets.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickloeber/google-sheets-finance-automation/HEAD/README.md -------------------------------------------------------------------------------- /create_sheet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickloeber/google-sheets-finance-automation/HEAD/create_sheet.py -------------------------------------------------------------------------------- /data_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickloeber/google-sheets-finance-automation/HEAD/data_loader.py -------------------------------------------------------------------------------- /expenses.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickloeber/google-sheets-finance-automation/HEAD/expenses.csv -------------------------------------------------------------------------------- /sheets_utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickloeber/google-sheets-finance-automation/HEAD/sheets_utility.py -------------------------------------------------------------------------------- /update_sheets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrickloeber/google-sheets-finance-automation/HEAD/update_sheets.py --------------------------------------------------------------------------------