SaveApp CLI

A simple cli-tool to analyze your SaveApp data.

Get Started

  • Install Python
  • Install matplotlib:
    python3 -m pip install matplotlib
  • Set your .csv file path:
    YOUR_FILE_PATH = 'INSERT PATH TO YOUR FILE HERE'
  • Set your custom thresholds:
    thresholds = [ 10, 50, 200, 1000 ]
  • You are good to go!

Options

Except for -h, each option should be preceeded by the list of income tags ids. See the example below:

python3 ./main.py 1 2 -g

  • -s print statistics
  • -c create a .csv file containing the net-worth for each month
  • -g open the graph menu
  • -h show the help menu

Code

All the code is available on GitHub.