This is a simple flashcard application built using Tkinter, a Python GUI library. The application allows users to practice French and English vocabulary.
- Randomly presents French words from a dataset.
- Allows users to flip the card to reveal the English translation.
- Users can mark whether they know the word or not.
- Python 3.x
- pandas library
- Clone this repository to your local machine.
- Ensure you have Python and pandas library installed.
- Navigate to the project directory in your terminal.
- Run the
main.py
script using Python.