A command-line Python application where users can log daily expenses, view total expenses, and see categorized spending. The app now includes an additional field for users to add a description of each expense, and it separates tags with commas for better categorization and searching.
Features:
Log expenses with an amount, category, description, and tags separated by commas.
View expenses by date, category, and total amount.
Categorized summary of expenses for quick analysis.
Save expenses in a CSV file for future reference.
Technologies: Python, CSV