Simple Python3 tkinter/ttk GUI flashcard study app using the standard library
To run:
Details:
- User loads a semicolon-delimited file of questions/answers to study - see planets.csv for an example
- Questions and multiple choice answers are created and randomized from the given file, and the user attempts to answer each question until correct.
- Once the final question is answered, the program terminates.
Term project for CS 521, Summer 2019 - BU