Skip to content

hcando83/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🧾 Expense Tracker (Python CLI App)

A simple command-line Python application to help users track their expenses. It allows users to:

  • Add expenses by amount and category
  • View all recorded expenses
  • Calculate the total amount spent
  • Filter expenses by category

🚀 Features

  • Interactive CLI menu
  • Data stored in-memory (non-persistent)
  • Real-time total expense calculation
  • Category-based filtering

🛠️ How to Run

  1. Make sure you have Python 3 installed.
  2. Clone this repository or download the expense_tracker.py file.
  3. In your terminal, navigate to the folder and run:
python3 expense_tracker.py

About

Simple Python CLI app to track, list, total, and filter personal expenses by category.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages