A simple command line expense tracker built in Python. Users can add expenses, view history, and see spending summaries by category.
- Add expenses (amount, category, description, date)
- View all saved expenses
- Summary totals (overall + by category)
- Filter expenses by category
- Saves data locally to a JSON file
python tracker.py