What problem does it solve? Manually reviewing bank statements and spreadsheets makes it hard to understand spending patterns, track savings progress, and build a realistic budget. This Skill automates the entire pipeline from raw transaction data to actionable financial insights. ## Core Features & Use Cases - Transaction Extraction: Convert bank statement PDFs into structured CSV data using pdfplumber. - Financial Analysis: Calculate savings rate, category breakdowns, daily spending averages, and top expenses with pandas. - Visual Reports: Generate interactive HTML reports with Chart.js doughnut and bar charts plus personalized budget recommendations. - Use Case: A freelancer with income from multiple sources wants a monthly review. They extract transactions from their bank PDF, run the analysis, and receive a report showing a 70% savings rate, housing at 59% of expenses, and tailored recommendations. ## Quick Start Analyze my October bank statement PDF and generate a visual financial report with spending breakdown and savings recommendations.