Skip to content

nerd-10/Python-expense_tracker_cli_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages