PROJECT : Expense Tracker
A simple Python app to track your daily expenses and stay within budget.
- Add expenses with categories
- Track spending against monthly budget
- See where your money goes
- Get daily spending suggestions
Python 3.x (that's it!)
-
Save the code as tracker.py
-
Run it: bash python tracker.py
-
Follow the menu options
Open tracker.py and change these values:
Monthly budget: python monthly_budget = 5000.00 # set your budget here
Categories:
python
categories = ["🍔 Food", "🏠 Home", "💼 Work", "🎉 Fun", "
Add or remove categories as you like!
*** EXPENSE TRACKER ***
[1] Add expense [2] View summary [3] Exit Choose: 1
--- Add Your Expense ---
What did you buy? Coffee
Cost (₹):45
Select Category:
- 🍔 Food
- 🏠 Home ... Pick 1-6: 1 ✓ Saved: Coffee = ₹45.00
That's it! Start tracking your expenses today.
Screenshot are attached for more insights!