A menu-driven Expense Tracker application built using Python.
This project helps users record, view, search, update, and delete daily expenses, with data stored using file handling.
- Add expenses with date and time
- View all recorded expenses
- Search expenses by category
- Calculate total expenses
- Filter expenses by date
- Generate monthly expense reports
- Update existing expenses
- Delete expenses
- Persistent storage using a text file
- Python
- Object-Oriented Programming (OOP)
- File Handling
- Datetime module
- Clone the repository or download the files
- Make sure Python is installed
- Run the program using:
python expense_tracker.py