This project is a simple Expense Tracker developed using Python. It allows users to record daily expenses, store them in a CSV file, and analyze spending patterns.
- Add daily expenses with date, category, amount, and description
- Store data in a CSV file
- View expense records
- Category-wise expense analysis using pie chart
- Identify highest spending category
- Generate monthly summaries
- Python
- Tkinter (for GUI)
- CSV (for data storage)
- Matplotlib (for charts)
- Install Python
- Install required libraries: pip install matplotlib
- Run the program: python main.py
This tool helps users track their expenses and understand where their money is being spent. It also provides simple visual insights for better financial management.