Skip to content

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

Notifications You must be signed in to change notification settings

m1stik/Flash-Cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages