/expenses

Tracking my personal expenses

Primary LanguagePythonMIT LicenseMIT

Personal expense tracking

  • expenses csv contains the expense data
  • analysis py has the python code for analyzing the expense data and present report. This takes a date range as input and uses plotly to plot an interactive pie chart for the expenses.
  • webapp py has a Flask web app, that provides a date range selector and then shows the spend analysis for that range of date.
  • templates has templates for the webpages, required by Flask
  • static styles css is the css file for visual presentation.