# 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 ## Parse 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 Add web page to categorize transactions Add web page to add categories