Python Program: Flash Cards – French to English

By carriekaler Apr29,2024

100 Days of Code: The Complete Python Pro Boot Camp – Day 31 Project.

Capstone project. Create a Flash Card program.

This reads a .csv file to get French and English words.

The card will show a french word, then after 3 seconds it will flip to back of card and show the English translation.

User can press the green checkmark if they knew the word. This will remove that card from the deck.

User can press the red x if they did not know the word. The card will remain in the deck.

It does this using pandas package to open, read and write to .csv files.

  1. Choose ‘Open in Replit’
  2. Select ‘Run’ to use the program
  3. Find the ‘Output’ window and maximize to be able to view the program entirely.