Skip to content

asimjalis/pairmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pairmaker

Intro

Generates pairs for pair programming, that are guaranteed to not repeat.

How To Install And Use

Make a local copy.

git clone https://github.com/asimjalis/pairmaker
cd pairmaker

Edit the students.txt file and put one student name per line. Here are some example students.

Alexander
Ben
Cassandra
Dana

For today's pairs run:

./pairmaker.py today

Algorithm

Uses round-robin tournament algorithm as described at https://en.wikipedia.org/wiki/Round-robin_tournament.

Usage

./pairmaker.py [OPTIONS]

Examples

./pairmaker.py 0426          Pairs for 04/26
./pairmaker.py today         Pairs for today
./pairmaker.py help          Usage message

Notes

  • Looks for students.txt in directory where script running from
  • File students.txt must contain student names one per line

About

Generate pairs for pair programming, that are guaranteed to not repeat

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages