A Python-based command line interface for parsing M-Pesa statement PDFs to generate local financial health reports and tax summaries for Kenyan freelancers.
# M-Pesa Expense CLI
A Python tool for Kenyan freelancers to parse M-Pesa statements and generate financial health summaries.
## Features
- Parses transaction text from statements.
- Categorizes spending (Paybill, Buy Goods, P2P).
- Estimates Turnover Tax (3%) for local compliance.
- Local-first: No data leaves your machine.
## Usage
```bash
pip install -r requirements.txt
python main.py
```