A simple Expense Tracker application built using Python.
This project helps users record and analyze their daily expenses.
- Add expenses
- View all expenses
- Monthly expense analysis
- Category-wise spending analysis
- CSV file storage
- Python
- CSV File Handling
- Functions
- Dictionaries
- Datetime Module
expense-tracker-python/
│
├── expense_tracker.py
├── expenses.csv
├── README.md
└── screenshots/- Clone the repository
git clone <repository-link>- Open project folder
cd expense-tracker-python- Run the program
python expense_tracker.py===== Expense Tracker =====
1. Add Expense
2. View Expenses
3. Monthly Analysis
4. Category Analysis
5. Exit
- Python programming fundamentals
- File handling
- Data analysis basics
- Problem-solving skills
Jhansi