blob: f9a869081a39a61072fca973cbf985f05b69f278 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# plotasn.py
This is a simple python application to plot the balance of your [ASN][] bank
accounts. It combines lines of the individual accounts and their total sum in a
single graph.
Download CSV exports from the online environment and run:
```bash
./plotasn.py account-1.csv [account-2.csv ...]
```
This is tool is hereby placed in the public domain.
[ASN]: https://www.asnbank.nl/
|