Skip to content

    flash-card-app-capstone-project

    Created by
    grandeurkoe
    grandeurkoe

    This project simulates the Flash Card App. Read french words from "french_words.csv" (first run) or "words_to_learn.csv" (for every run after the first one) file using the read_csv() function from the pandas library. Click on ✅ button if you know the word. Click on ❌ button if you don't know the word. If the user doesn't click on either buttons, then flip the card. When the user closes the app, generate "words_to_learn.csv" file and populate it with all the words that the user doesn't know.