Visualize banking statements.
Go to file
2024-01-05 14:32:45 +01:00
banking_breakdown Restructure data access to pandas model 2024-01-05 14:32:45 +01:00
lib
res Reset sorting to normal 2024-01-05 13:15:33 +01:00
.gitignore
.gitmodules
README.md Add warning labels 2024-01-03 18:47:32 +01:00

banking-breakdown

Visualize bank statements.

Usage

  1. Assign categories to bank statement entries:
    $ python -m banking_breakdown categorize -i [bank_statement.csv] -f [regex_file] 
    
  2. Generate report from categorized data:
    $ python -m banking_breakdown report -i [categorized.csv]
    

Other

Generate GUI from *.ui file

$ pyuic6 res/main_window.ui -o banking_breakdown/ui/main_window.py