A command-line expense tracker built with Python that allows users to record, categorize, and summarize personal expenses using file-based data storage.
- Add expenses with amount, category, note, and date
- View and filter expenses by category or date range
- Generate spending summaries by category
- Persistent storage using JSON (standard library only)