Removed init and restart functions and writes to state file. Moved create tables to init method of DBManager and launch from init command. Restart removed. Rearranged order in runnable.py according to sections. Only init command working since rest of runnable function not updated at the moment.
Personal Finance Budget (pfbudget)
parsing -> categorize -> analyze (predict)
Parsing
Parses bank extracts, based on parsers.py functions, to SQLite db.
Categorize
Categorizes transactions based on categories.py filters.
Analyze
Analyzes previous transaction and predicts future expenses.
Present
Create graphs
- Monthly spending from everyday purchases
- Networth with big expenses tagged in
- Future trajectory with predictable costs included
Description
A budgeting tool for those who want full control and transparency over their finances.
Languages
Python
99.8%
Mako
0.2%