- Expense Logging
- Users can input their expenses and income and catgeorize them
- Expense Categorization
- The app will categorize transactions to help users
- understand where their money is going
- Budget Managing/Setting
- Users can set a monthly or weekly budget and
- track how close they are to exceeding it
- Report/Visualization (matplotlib)
- Provide insights through visual charts
- like spending by category or time period
- Data Storage
- Store the data locally in files or databases,
- or remotely using APIs
Libraries: datetime, pandas, numpy, matplotlib.pyplot, csv/json