Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 430 Bytes

File metadata and controls

20 lines (14 loc) · 430 Bytes

Expense Tracker CLI

A simple, interactive command‑line expense tracker written in Python. It lets you add expenses, view them by category and view total summary of expenses. Expenses are synced with a JSON file.

Installation

# Clone the repository
git clone https://github.com/saadfarhan023/expense-tracker-cli-python.git
cd expense-tracker-cli-python

Usage

Run the program:

python3 app.py