|
|
|
|
|
by msteffen
1015 days ago
|
|
It’s JS rather than Python, but Google Apps Script is quite useful for this, IME. I once wrote a small app to add up all shared expenses among a group of roommates and calculate how much each owed the others. It pulled together rent (recurring), various utilities (from my gmail) and one-off shared expenses (e.g. toilet paper) from a Google form/spreadsheet, added in any money owed from the prior month and generated a nice report, in what ended up being 100-200 lines of code after a few years of living together. |
|