Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 669 Bytes

todo.md

File metadata and controls

18 lines (16 loc) · 669 Bytes

Possible Funtions for the Project:

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

Libraries: datetime, pandas, numpy, matplotlib.pyplot, csv/json