The Flash Card App is an interactive Python program designed to help users learn and memorize new words through the use of digital flash cards. This app displays a word in the language being learned and reveals its translation after a short interval, creating an effective way to practice vocabulary.
- Interactive Learning: Displays words on flash cards with delayed translation reveal.
- Customizable Data Set: Supports personalized word lists and languages.
- User-Friendly GUI: Easy-to-use interface for seamless learning.
- Progress Tracking: Keeps track of words learned and not yet mastered.
- Python
- Tkinter (for GUI)
- Pandas (for data handling)
- Clone the repository:
git clone https://github.com/yourusername/flash-card-app.git