Skip to content

A python script for generating random teams from an existing roster

Notifications You must be signed in to change notification settings

jamesrkiger/team_randomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Academy Pittsburgh Team Randomizer

This is a python script for generating random teams from an existing roster. It is based on a C# program I wrote during my time at Academy Pittsburgh to help the class save time breaking up into teams. The original was more complicated because I had arranged it to create each random team individually. In this version, though, I simply randomize the entire roster using the Fisher-Yates shuffle, then break it up into the specified number of teams.

About

A python script for generating random teams from an existing roster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages