Skip to content

This Python project was created to assist my wife, an educator, create groups of random students.

Notifications You must be signed in to change notification settings

pshong79/group_randomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

This program was created to provide a way for my wife, an educator, to quickly place her students in groups at random.

The program takes a list of students in a class and places them randomly in groups. The size of the group is determined by the variable students_per_group. After creating the group of specified students_per_group, the program, then, prints all the groups to the console.

This program is able to handle any size groups regardless of if the number of students in class_list is evenly divisible by students_per_group or not.

To Run:

To run the program, in console, use the command:

$ python app.py

To Run Tests:

To run the tests, in console, in the root directory, use the command:

$ pytest <path_to_directory_or_file> -v

The -v is optional and provides more information from the test run.

About

This Python project was created to assist my wife, an educator, create groups of random students.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages