A simple script that sorts your transactions by keyword and calculates the total amount. This makes you able to calculate how much you've spent in/on a specific store/service.
-
Clone the repo
git clone https://github.com/LBlend/DNB-Transaction-Calculator.git
-
Install python
Minimum requirement is Python 3.6
-
Install xlrd
python -m pip install xlrd
-
Make a new folder called
input
-
Download your transaction data
-
Put the
.xls
files that you've downloaded into theinput
folder -
Run the script
python calculator.py
I wanted to figure out how much money I'd spent on parking. I found it pretty tedious to enter all of my transactions manually into a calculator so I wrote a really simple script to do it for me. I figured I might aswell publish it because... why not? ¯\_(ツ)_/¯
This project is licensed under the MIT License - Please read LICENSE for details.