A simple, interactive command-line expense tracker built in Python. This project was created to practice intermediate Python concepts such as loops, conditionals, dictionaries, lists, and user input handling.
- Interactive Menu: Continuously prompts the user to add expenses until they decide to quit.
- Dynamic Data Storage: Stores individual expenses as dictionaries inside a Python list.
- Automated Calculations: Loops through all recorded expenses to compute and display total spending alongside a neat summary of categories and amounts.
Make sure you have Python 3.x installed on your computer.
- Open your terminal or command prompt.
- Navigate to the folder containing the script.
- Run the following command:
python expense_tracker.py