A console-based Expense Tracker built using Python, applying Object-Oriented Programming (OOP) and File Handling.
This project allows users to add new expenses, view their history, and calculate the total spending.
All data is stored permanently in expenses.txt.
- Add Expense (amount + note)
- View Expense History
- Calculate Total Spent
- Saves data permanently using text file
- Simple menu-driven interface
- Python
- Object-Oriented Programming
- File Handling
- Console App