Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

56 lines (30 loc) · 1.47 KB

DNB Transaction Calculator

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.

Screenshots/GIFs

Usage

  1. Clone the repo

    git clone https://github.com/LBlend/DNB-Transaction-Calculator.git

  2. Install python

    Minimum requirement is Python 3.6

  3. Install xlrd

    python -m pip install xlrd

  4. Make a new folder called input

    1

  5. Download your transaction data

    1

    2

  6. Put the .xls files that you've downloaded into the input folder

    1

  7. Run the script

    python calculator.py

Why does this exist?

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? ¯\_(ツ)_/¯

Lisence

This project is licensed under the MIT License - Please read LICENSE for details.