Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 520 Bytes

readme.md

File metadata and controls

24 lines (20 loc) · 520 Bytes

TO DO:

Bugs

  • Fix month detection.
  • Fix plot.

Improvements

  • Refactor html creation method to allow adding sections easily.
  • Re structure source files

Features

  • Allow dynamic filtering and sorting.
  • Create categories/tagging over description.
  • Add other expenses.
  • Add incomes and current resources (savings/investments).

Installation

(MacOs)
python3 -m venv env
source env/bin/activate
python3 -m pip install --requirement requirements.txt
python3 main.py