Command line expense tracker built in Python with error handling
- Add expenses with costs
- Type "list" to see all expenses
- Type "total" to see total amount spent
- Type "done" to exit
- Handles invalid input and dollar signs automatically
- Make sure Python is installed
- Run: python expensetracker.py
Built by Kunj Jani — 16 year old developer from Winnipeg, Manitoba. Second original Python project. Built from scratch with no tutorials.