# Start here — Ultimate Finance Tracker

Clone of [simonotion Ultimate Finance Tracker ($47 · 109 ratings · 5.0★)](https://simonotion.gumroad.com/l/finance-tracker).

## Guide index

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

## 10-minute setup

1. Copy the seven template CSVs to your workspace.
2. Log income, expenses, debts, savings goals, accounts, subscriptions, and investments.
3. Run the dashboard:

```bash
python3 ultimate_finance_tracker.py income-sample.csv expenses-sample.csv debts-sample.csv savings-sample.csv accounts-sample.csv subscriptions-sample.csv investments-sample.csv
```

4. Review monthly overview, subscription drag, and net worth.

## Weekly routine (5 minutes)

```bash
python3 ultimate_finance_tracker.py --guesswork income-sample.csv expenses-sample.csv subscriptions-sample.csv
```

See [guesswork-guide.md](guesswork-guide.md) for the faisalmq/54h7 buyer-channel shape.

Not financial advice. Confirm tax rates with a licensed professional.
