Skip to content

bfgray3/finances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages