Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 395 Bytes

File metadata and controls

8 lines (7 loc) · 395 Bytes

python-expense-tracker

A command-line expense tracker built with Python that allows users to record, categorize, and summarize personal expenses using file-based data storage.

Features

  • 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)