I thought I’d share the Dash app I developed to analyse expenses.
It is available as hosted on heroku at https://expenses-analysis.herokuapp.com/ (at first load, it uses a dummy CSV file, so you can see the features) and the source code is at https://gitlab.com/rbauduin/dash-expenses-analysis
It reads CSV files as exported by HelloExpense (I’m not affiliated), but the format is generic enough that it should be easy to generate a CSV file handled by the app. Details available in the heroku hosted app.
In the hope this can be helpful to some!