# Profit After Fees — start here

Clone of [sundayscope Profit After Fees ($27 on Gumroad)](https://sundayscope.gumroad.com/l/jmqyil).

## Quick start

```bash
python3 profit_after_fees_tracker.py sales-sample.csv expense-sample.csv ads-sample.csv
```

## What's inside

1. **Profit After Fees** — gross → Etsy fees → expenses → real profit
2. **Tax set-aside estimator** — planning rate (default 28%)
3. **Pay yourself calculator** — safe spend after tax reserve
4. **Product profitability** — which listings actually earn
5. **Full-year monthly tracker** — 12 months in one view
6. **Ads ROI** — net profit after ads (not just ROAS)
7. **CEO weekly check-in** — 10-minute money review

Buyer-channel shape: [jartan/207j Etsy ad dashboard vs bank account](https://dev.to/jartan/etsys-ad-dashboard-told-me-i-was-winning-my-bank-account-disagreed-207j).
