Adds README.md

This commit is contained in:
Luís Murta 2021-04-25 22:13:57 +01:00
parent 84e5d68a6b
commit 466c884b1c
Signed by: satprog
GPG Key ID: DDF2EFC6179009DC

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# 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