diff options
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/ |