Personal Expense Tracker
A simple command-line application to track personal expenses.
Features
- Add new expenses with date, category, amount, and description.
- View all recorded expenses.
- Analyze expenses by category or date range.
- Visualize expenses with a pie chart.
Requirements
- Python 3.x
- matplotlib (
pip install matplotlib
)
How to Run
- Clone or download the project files.
- Navigate to the project directory in your terminal.
-
Run the script:
```bash
python expense_tracker.py
