A simple Command-Line Interface (CLI) based Expense Tracker built with Python.
This project allows users to add expenses, view all recorded expenses, calculate total and average spending, and clear all records.
It is designed to practice Python fundamentals like lists, loops, exception handling, and functions.
- โ Add a new expense
- ๐ View all recorded expenses
- โ Calculate total and average of expenses
- ๐๏ธ Clear all expenses
- ๐ช Exit the application
- Python 3
- No external libraries (only Python standard library)
- Clone this repository:
git clone https://github.com/nerd-10/Python-expense_tracker_cli_project