A simple command-line tool built in Python that helps you track your daily expenses. You can add expenses, view them by category, and see your total spending — all from the terminal.
- Add a new expense (amount, category, date)
- View all expenses in a list
- See total spending
- Handles wrong inputs without crashing (error handling)
git clone https://github.com/uhsadiaa-dev/Expense-Tracker.git
cd Expense-Tracker
python expense_tracker.py- Python
- Basic file handling / data structures