Simple, minimalistic, and practical vocabulary trainer.
- Download the latest Vocabulary-Trainer.zip
- Extract the
.zipfile - Run
Vocabulary-Trainer.exe
- Download the latest setup.exe
- Run the
setup.exe - Follow the installation instructions
If you have Python installed, you can run the application directly without installing it:
- Clone the repository
git clone https://github.com/tobfd/vocabulary_trainer.git cd vocabulary_trainer - Install the dependencies
pip install -r requirements.txt
- Run the application
python main.py
- Click the
Vocabulariesbutton - Write the vocabulary in the following format
English: You can add multiple translations by separating them with a comma (,). Spaces are optional but accepted
false, wrong
German:
falsch
- Click the
Addbutton or pressENTER
- Click the
Importbutton in theVocabularieswindow - Select a .txt file with the following format:
false,wrong:Falsch
door:Tür
hello:Hallo
exam,test:Test
window:Fenster
The vocabulary is added
- Click the
Savebutton in theVocabularieswindow - Choose a directory where you want to save the .txt file
- Click the
Vocabulariesbutton - Click on the vocabulary you want to remove
- Click the
Removebutton or pressDEL - The vocabulary will be removed
- Click the
Learnbutton - Type your answer in the input field
- Submit your answer by pressing
ENTERor clicking theSubmitbutton
- Click on the
Learn wrong vocabulariesbutton - Enter the correct answers for the words you got wrong
- press
WIN + R - Type
%localappdata%\tobfdand pressOKorENTER - open the
config.yaml - Modify the settings as needed. Refer to the setting descriptions available in the
config.yamlfile on GitHub



