From 90f2c775e14673a4d84d9d89629ff2edc44b8144 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 9 Jun 2020 12:50:57 +0200 Subject: Initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') 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/ -- cgit v1.2.3