This is a simple command-line tool for tracking your expenses. You can log expenses, view them, and calculate your total spending.
- Clone the repository:
git clone https://github.com/CodewithDili/expense-tracker.git
Navigate to the project directory:
cd expense-tracker Run the script:
python expense_tracker.py Use the menu to add, view, or calculate your expenses.
Requirements Python 3.x
Features Log expenses with date, category, amount, and description. View all logged expenses. Calculate total spending.
When you first start, your expenses.csv file will be empty. As you use the script to add expenses, it will gradually fill up with entries like the example above.