A simple command-line Python application to help users track their expenses. It allows users to:
- Add expenses by amount and category
- View all recorded expenses
- Calculate the total amount spent
- Filter expenses by category
- Interactive CLI menu
- Data stored in-memory (non-persistent)
- Real-time total expense calculation
- Category-based filtering
- Make sure you have Python 3 installed.
- Clone this repository or download the
expense_tracker.pyfile. - In your terminal, navigate to the folder and run:
python3 expense_tracker.py