brendancsmith / ynab-reconcile

Reconciles a Mint data dump with a YNAB register

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ynab-reconcile

Reconciles a Mint data dump with a YNAB register

Usage

Point the program at the directories where your YNAB and Mint exports live. It'll find the latest one of each.

./yr.py --ynab-dir ~/ynab_exports --mint-dir ~/Downloads

You can also point it at a specific file:

./yr.py --ynab ~/ynab_export.csv --mint ~/Downloads/transactions.csv

You may also apply a start date parameter (--start-date 2014-01-31) to only show unmatched transactions starting on a certain date.

About

Reconciles a Mint data dump with a YNAB register

License:Apache License 2.0


Languages

Language:Python 100.0%