Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 583 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 583 Bytes

python-budget-tracker

this python program helps you track your budget

image

What it does:

  1. Asks for expenses/incomes and their date
  2. tells ur net balance after all recordings
  3. gives the best tutorial in the world!
  4. generates graph of dates vs balance

Requirements

  • pandas
  • matplotlib.pyplot
  • datetime
  • webbrowser

installation

pip install pandas matplotlib datetime webbrowser

running

python tracker.py