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.
# Clone the repository
git clone https://github.com/saadfarhan023/expense-tracker-cli-python.git
cd expense-tracker-cli-pythonRun the program:
python3 app.py