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
- Host: GitHub
- URL: https://github.com/passy/financius-notebook
- Owner: passy
- Created: 2014-11-07T14:58:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T08:30:41.000Z (about 9 years ago)
- Last Synced: 2025-04-30T05:45:02.448Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 753 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
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).

## 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.