Go into the sort .py file and set the minimum and maximum team sizes.
Create a file and put the names of the people you want to sort into teams in it, one name per line.
Running the script will create a csv file.
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3.8
sudo apt-get install csvtool
Clone the repository:
git clone https://github.com/dadoming/SortPeopleIntoTeams.git
Install the requirements:
cd SortPeopleIntoTeams && pip install -r requirements.txt
Run the normal name script:
python3 normal_sort.py
Run the intra names script:
python3 by_level_sort.py
For more readability of the csv on the terminal:
csvtool readable teams.csv