Skip to content

A GUI usking Tkinter that aids in the learning of languages through flash cards.

Notifications You must be signed in to change notification settings

mdnaeem95/FlashCards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlashCards

A GUI usking Tkinter that aids in the learning of languages through flash cards.

Welcome to the FlashCards GUI!

image image

This is a GUI made entirely from Python 3 using the Tkinter library. It takes records (english-french word pairs) from a csv file, and saves the progress (words that user got wrong) in a different csv file.

How Does It Work

Once the user runs the GUI, a flashcard showing a french word will show. User then has 3 seconds to guess the English translation for it. If the user gets it correct, they can press the correct button - that word will then be removed from the database so it does not show up again. If the user gets it wrong, the word will remain in the database until it is randomly chosen again.

About

A GUI usking Tkinter that aids in the learning of languages through flash cards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages