Project information

  • Category: Smaller/Misc.
  • Github Repo: LINK

Flash Card App

Description: Using TKinter, GUI application that displays a randomly selected word in Spanish. The card can be infinitely flipped between the English/Spanish words by clicking the flip button. By clicking the check mark button, that word is removed from the pool of available words, and a new pair is randomly selected. Data is pulled from a csv of 1,000 Spanish/English words via Pandas

Python Libraries: TKinter, Pandas, Random