Team Maker helps you distribute people into balanced teams based on skills, attributes, or any criteria you choose.
Try GUI Version Download CLI VersionUser-friendly interface for quick team building
For more detailed results and advanced features, try our CLI version.
To use Team Maker, you'll need a CSV file with the following format:
Name | Category 1 | Category 2 | Category N |
---|---|---|---|
John Smith | 8 | 7 | 9 |
Jane Doe | 6 | 9 | 7 |
Team Maker offers three methods for creating balanced teams:
Creates teams by randomly distributing participants. Simple and quick, but may not consider skill balancing.
Creates balanced teams by considering selected categories. Perfect for ensuring even distribution of skills or attributes.
A hybrid approach that adds some randomness while still considering category balancing.
Upload a CSV file with your participants' data to get started.
Advanced command-line interface for power users
For advanced users who need more control and detailed analysis, our CLI version offers extended features not available in the GUI.
Get the Team Maker C++ File.
Follow the same CSV format as described in the GUI version:
Name | Category 1 | Category 2 | Category N |
---|---|---|---|
John Smith | 8 | 7 | 9 |
Jane Doe | 6 | 9 | 7 |
Windows:
g++ team_maker.cpp -o myprogram && myprogram.exe
Linux/MacOS:
g++ team_maker.cpp -o myprogram && ./myprogram
# Team Maker CLI Tool
A powerful command-line interface for creating balanced teams
Features: