Created by Jose Sandoval
This repository contains my first GitHub project, built using Python on macOS Monterey. My first file: 'hello.py' - prints a message confirming my setup is complete.
A simple yet powerful expense tracking app built in Python.
All 9 menu options are fully functional — from adding expenses to visualizing category charts.
- Add Expense – Quickly add new expenses with category and amount.
- View All Expenses – See all recorded entries with timestamps.
- Delete Expense – Remove specific expenses from your list.
- View by Category – Filter your expenses by category.
- Totals by Category – Summarize total spending per category.
- Totals by Month (NEW) – See totals grouped by month (YYYY-MM).
- Exit – Gracefully close the tracker.
- Filter by Month – Filter expenses for a specific month.
- Chart by Category – View spending breakdowns visually (uses
matplotlibif installed, or ASCII fallback).
- Clone this repository
git clone https://github.com/YOUR-USERNAME/expense_tracker.git cd expense_tracker