# Start here — Solo Business Revenue & Expense Tracker

Clone of [amyragland tckuq ($10)](https://amyragland.gumroad.com/l/tckuq).

## Guide index

See [mesh-hub.md](mesh-hub.md) for all 4 dev.to buyer-channel guides.

## 10-minute setup

1. Copy `revenue-template.csv` and `expenses-template.csv` to your workspace.
2. Log every payment and business expense as it happens.
3. Run the dashboard:

```bash
python3 solo_business_revenue_tracker.py revenue-sample.csv expenses-sample.csv
```

4. Review monthly P&L and client revenue % — adjust pricing if one client dominates.

## Monthly routine

- Log new revenue rows when payments land.
- Categorize expenses for tax-ready records.
- Re-run the CLI — monthly, quarterly, and YTD totals update instantly.

Not tax advice. Confirm rates with a licensed professional before filing.
