Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 739 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 739 Bytes

FlashCardsFrench

This project was created as part of an online python learning course.

The program shows a word in french and after a few seconds automatically flips to it's translation into english. The user can then confirm if he knew the word by clicking on the green checkmark, thus deleting it from the pool of words he has to learn. It will not show up again in the list of words. If on the other hand the X is pressed, it means that the translation was not known and the word stays in the list of unknown words.

python concepts in this project:

  • pandas
  • basic UI using tkinter
  • error handling
  • reading/writing files

you can check it out in your browser under: https://replit.com/@JohannBraun1/FlashCardsFrench#main.py