Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 774 Bytes

File metadata and controls

27 lines (20 loc) · 774 Bytes

Expense Tracker (CLI Project)

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.


Features

  • ➕ Add a new expense
  • 📋 View all recorded expenses
  • ➗ Calculate total and average of expenses
  • 🗑️ Clear all expenses
  • 🚪 Exit the application

Technologies Used

  • Python 3
  • No external libraries (only Python standard library)

How to Run

  1. Clone this repository:
    git clone https://github.com/nerd-10/Python-expense_tracker_cli_project