m1stik / Flash-Cards

Python 3 application. The app is designed to help you learn foreign words, terms or another data by flash card method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flash-Cards

Python 3 application. The app is designed to help you learn foreign words, terms or another data by the flash card method. Cards are shuffled. When a word is learnt, it won't appear anymore.

How to use

  • The app uses data from the CSV file words_data.csv in the data directory.
  • The first column contains words you suppos to learn, the second one is the translation/meaning
  • The first row contains names of the columns (i.e. French/English)

CSV Example

  • When your data is prepared, run the main.py from the root directory

Used libraries

  • Tkinter
  • Pandas
  • Random

UI

Flash Cards app

About

Python 3 application. The app is designed to help you learn foreign words, terms or another data by flash card method


Languages

Language:Python 100.0%