Random Name Picker

Randomly pick a name

Project Details

  • Client : Teacher Chen
  • What We Did : Draw lots
  • Tools Used : Python
  • Completed on : 1st Oct 2021
  • Skills : Python

Randomly pick a name


Teacher Request

In classroom, sometimes we use Wheel of Names as the name picker. I want to design other kinds of name pickers. It may make class activities more interesting.


Design Thinking

Write a program that can extract the list of students' names in the csv format. Then process the list and shuffle the order. Teachers can put a time.sleep() funtion to make changes.