A simple expense tracker using python. Project for Roadmap.sh (URL: https://roadmap.sh/projects/expense-tracker)
- Argparse
- CSV
- CLI-Based interface with List, add and delete commands.
- CSV structure and usage in python
- Argparse basics for CLI apps
- Sorting by Dates
- Testing functions and Standards