diff options
author | Camil Staps | 2020-06-09 12:50:57 +0200 |
---|---|---|
committer | Camil Staps | 2020-06-09 12:50:57 +0200 |
commit | 90f2c775e14673a4d84d9d89629ff2edc44b8144 (patch) | |
tree | 8430a3977b6e211deebf7af7ba477cdd7e30598e /README.md |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9a8690 --- /dev/null +++ b/README.md @@ -0,0 +1,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/ |