An open API service indexing awesome lists of open source software.

https://github.com/passy/financius-notebook

An IPython Notebook I use to crunch my Financius data
https://github.com/passy/financius-notebook

Last synced: about 1 year ago
JSON representation

An IPython Notebook I use to crunch my Financius data

Awesome Lists containing this project

README

          

# Financius Notebook

A very basic analytics script for CSV exports out of
[Financius](https://play.google.com/store/apps/details?id=com.code44.finance).

![](screenshot.png)

## Disclaimer

This is highly tailored to my use and you probably won't get much out of this
unless you modify at least the categories to those that you use. Maybe the set
up and the more general income vs expenses stats are still useful for someone
other than me.

## Setup

You must be a masochist to install iPython locally on your system. I highly
advice to use docker instead.

```bash
docker run --rm -it -p 8888:8888 -v "$(pwd):/home/jovyan/work" jupyter/scipy-notebook:e736784a1a8f
```

## How To Use

Export your financial data as CSV from Financius and download it into this
directory, so that you can access it from your Docker container.