this python program helps you track your budget
- Asks for expenses/incomes and their date
- tells ur net balance after all recordings
- gives the best tutorial in the world!
- generates graph of dates vs balance
- pandas
- matplotlib.pyplot
- datetime
- webbrowser
- must install python
pip install pandas matplotlib datetime webbrowser
python tracker.py