A simple Python program for tracking expenses. This command-line application allows users to add, list, and filter expenses by category, as well as calculate the total expenses.
- Add an expense with an amount and category.
- List all recorded expenses.
- Calculate the total of all expenses.
- Filter expenses by category.
- Easy to use with a simple menu-driven interface.