Beautiful expense reports direct from your Monzo Account.
Pulls all transactions categorised as 'Expenses' within a specified time range along with any notes you have made.
Monzo Expenses is built with Python and requires version 3.7.
pip install monzo-expenses
Running Linux? That's all you need!
Windows users will also need to install GTK. The 64-bit install is a couple of clicks. 32-bit is another story (don't you just love software?)
MacOS folks can try the following (untested):
brew install cairo pango gdk-pixbuf libff
$ monzo-expenses --from 01-09-18 --to 30-09-18 --output my_september_expenses.pdf
On the first run you will be prompted to register the application and authorise access to your Monzo account.
Monzo Expenses runs on your local machine. It is your responsibility to secure access to the software.
The Monzo API does not allow movement of money (other than into/out of pots).
Please do not open a GitHub issue for security-related matters - use this contact form to contact the author.
For more information, please consult the documentation.
Support is provided on a best-efforts basis.