Built as a beginner Python project to practice file handling and data structures. This is a simple command-line Expense Tracker made using Python. The program allows users to add expenses, view saved expenses, and calculate the total amount spent.
- Add a new expense with amount and category
- View all recorded expenses
- Show the total amount spent
- Save expenses in a file so the data is not lost
- Lists
- Dictionaries
- Functions
- Loops
- File handling
- Download or clone the repository
- Open the project folder
- Run the program using: python main.py
Expense Tracker
- Add Expense
- View Expenses
- Show Total
- Exit Choose option:
Prachi Nimkar