14 lines
562 B
Plaintext
Executable File
14 lines
562 B
Plaintext
Executable File
# Goal: Command line tool for easily doing my budget
|
|
Every week, I need to:
|
|
1. Categorize my purchases
|
|
2. Update SplitWise for shared purchases
|
|
|
|
# Tasks
|
|
xParse capital one statement
|
|
x Given a PDF bank statement from capital one, extract the transaction date, description, and amount from each transaction
|
|
xStore the data in a SQL lite database
|
|
x Create database schema
|
|
x Automatically add capital one transactions to database
|
|
xAdd web page to categorize transactions
|
|
xAdd web page to add categories
|
|
Visualize spend for each month |