Visualize banking statements.
Go to file
2024-01-03 16:09:57 +01:00
banking_breakdown Change the way categories are added 2024-01-03 16:09:57 +01:00
lib Initial commit 2023-12-30 01:12:50 +01:00
res Add save option 2024-01-03 15:45:08 +01:00
.gitignore Initial commit 2023-12-30 01:12:50 +01:00
.gitmodules Initial commit 2023-12-30 01:12:50 +01:00
README.md Update README.md 2024-01-03 15:53:26 +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/generated.py