Team Picker
Paste one name per line, choose how many teams to create, and split them randomly into balanced groups. Perfect for classrooms, sports, or game nights.
How to use
- Paste or type one name per line in the text area.
- Set how many teams you want to create (2–20).
- Press Split Teams — names are shuffled and distributed evenly.
Frequently asked questions
- Are teams truly balanced?
- The list is shuffled with a Fisher-Yates algorithm using
crypto.getRandomValues(), then distributed round-robin — teams differ by at most one member. - Does my data leave my device?
- No. The entire operation runs in your browser. Names are never sent to a server.
- Does it work on mobile?
- Yes — the layout adapts for mobile with large touch targets and readable results.