A simple roulette wheel to randomly select a pupil's name. Designed to be run from a USB stick in a web browser without an internet connection, it's perfect for teachers in environments where internet access is limited.
- Load a list of student names from a text file.
- Spin the roulette wheel to randomly select a pupil.
- A web browser (e.g., Chrome, Firefox, Edge).
- A computer with a USB port.
- A text file with one student name per line (e.g., students.txt).
- Download the latest release of the Random Student Picker application from the GitHub releases page.
- Save the downloaded ZIP file to your USB drive.
- Extract the contents of the ZIP file to a folder on your USB drive.
- Insert your USB drive into a computer.
- Navigate to the folder where you extracted the application.
- Open the
index.html
file in a web browser. - Load your list of student names from a text file (e.g., students.txt).
- Click the "Spin" button to randomly select a student's name.
This project is licensed under the MIT License.