Skip to content

rbzargon/py_flashcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_flashcards

Simple Python3 tkinter/ttk GUI flashcard study app using the standard library

To run:

  • app.py
  • Choose a semicolon-delimited file - e.g. the provided 'planets.csv' Uploading
  • Answer the questions Question

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

About

Simple python GUI flashcard app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages