anthonyrohloff / spending_analyzer

Takes in credit card statements and displays spending habits
0 stars 0 forks source link

Program Structure:

SpendingAnalyzerApp class contains all functions for application. The app communicates with an SQLite3 database, logging each transaction date, name, amount, category, and card used.

Would be cool if the app could take your spending habits and compare them to the average person's.