-
First use antiword to convert the doc files contained on the DVD into XML files. You can use the fish shell script
doc_to_xml.fish
-
Run the Python script in a virtualenv with all dependencies in requirements.txt installed to parse all XML files in the path directory in the script and convert them into a single XML file readable by the Android application
-
Download the com.rubengees.vocables app from the PlayStore and choose "Import" from the overflow menu and select the vocab.xml file transfered to your device beforehand
hermlon/green_line_vocab_parser
Python script to parse Klett Green Line DVD .doc files and convert them to XML files for the Andoic app om.rubengees.vocables
PythonGPL-3.0