A simple cli-tool to analyze your SaveApp data.
python3 -m pip install matplotlib
YOUR_FILE_PATH = 'INSERT PATH TO YOUR FILE HERE'
thresholds = [ 10, 50, 200, 1000 ]
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
All the code is available on GitHub.