/Vokabular

PyQT4 Application to Practice Translations

Primary LanguagePython

QT Application to Practice Translations

Requirements:

  • Python 3 or higher
  • openpyxl
  • PyQt4

Usage:

```>python Vokabular.py ``` For example: ```>python Vokabular.py testopgave.xlsx```

Apart from command-line .xlsx files, you can also put the filename (inc. extension) in the default.txt and just click Vokabular.exe

Note that the xlsx file should be UTF-8 encoded and contain only two columns. The first column contains the word that has to be translated, the second one the solution. So far it appears to work with multiple words and commas, although this requires more testing. Word comparison is case-insensitive.

Improvements that might get implemented:

  • Words that you get wrong will occur more often
  • Save sessions
  • ban/unban words

Version History

v1.1 (24/10/2014)

  • Added: multiple tries
  • Added: default file to open through a text-file argument

v1.0 (27/09/2014)

  • Added: basic functionality