The program is an interactive python implementation of a basic expense tracker. When you run the program, it asks you to pick an option from 1-5:
Expense Tracker
- Add an expense
- List all expenses
- Show total expenses
- Filter expenses by category
- Exit Enter your choice:
- Accepts expense and the category, (e.g 20$, Food)
- Lists all the expenses and the categories
- Shows the total expenses entered
- Allows you to retrieve expenses according to the categories.
- Exit the program.