A simple command-line expense tracker built using Python.
This project helps users record daily expenses, view all entries, and calculate total spending using basic file handling.
- Add expenses with date, category, amount, and note
- View all recorded expenses
- Calculate total expenses
- Data stored locally in a text file
The application runs in the terminal and presents a simple menu-based interface.
Users can add expenses, view previous records, and check the total amount spent.
- Clone this repository
- Run the script using:
python expense_tracker.py