Python script for learning student names through flashcards or multiple-choice quizzes. Requires tk and pillow Python packages.
Usage notes:
- Prepare a folder with image photos. JPG and PNG are supported formats.
- Currently photo names are assumed to be of form Last,First.extension.
- Invoke the script either in the folder or by specifying the folder path as a command-line argument.
- Choose from 2 modes: flashcard (default) or 4-choice quiz (-q option).
- Optionally include a positive floating-point image scale factor.