This repository is archived and no longer available to be worked on
take_attendance.bash
.It basically reads out names for me and for each name, I have 3 options:
There is another script called convert.zsh
, this script takes input as the names of the students and outputs file called student_names.txt
which is a comma separated txt file!
The take_attendance.bash
script takes in student_names.txt
as the input of student names and uses a python package to convert the names to voice files. It then uses mpg123
to play the voice files.