19 lines
467 B
Markdown
19 lines
467 B
Markdown
# 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
|
|
1. Monthly spending from everyday purchases
|
|
2. Networth with big expenses tagged in
|
|
3. Future trajectory with predictable costs included
|