C-Kenny / bank_csv_python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find inconsistencies in shared living financials

This program finds unexplained transactions (out-going & incoming) in a shared back-account. It calculates debits and credits for each user of the bank account.

This allows the user to use these figures to distribute any surplus money fairly, with evidence. It has been tested (02/2014) for both Westpac and KiwiBank (NZ only).

In order to use this scipt, you must have Python 3 installed and have it added to your $PATH.

$ python3 shared_bank.py example.csv > output.txt


About


Languages

Language:Python 100.0%