I track and categorize my spendings with MoneyMoney. This app allows me to get a report of my average spendings per month by category and year.
I wanted to know how much I spend on average on certain categories per month. I could not find a way to do this in MoneyMoney, so I wrote this little app.
- Export your transactions from MoneyMoney to a CSV file (see MoneyMoney documentation).
- Your csv file should contain the columns:
Datum, Betrag, Verwendungszweck, Kategorie
- Run the app and enter the path to the CSV file.
- The app will generate a report in the same folder as the CSV file.
- Open the report in Excel or Numbers and enjoy.