Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 556 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 556 Bytes

finances

this is an in-progress tool to track my personal finances.

usage

$ pip install .
$ finances
usage: main.py [-h] [--csv CSV] [--names NAMES]

options:
  -h, --help     show this help message and exit
  --csv CSV
  --names NAMES

in the working directory there should be two files:

  • a csv (by default balance-sheet.csv) ...
  • a json file (by default names.json) with the names of which columns are assets and which are liabilities
{
    "assets": ["Savings", "Checking"],
    "liabilities": ["SomeLoan"]
}