[Script w/ GUI] Bulk render and upload images for words

@renanpoco recently asked me for a script to add images to words in his courses. I have made a script in Python with a GUI that

  1. Launches a browser window in which you can log in to Memrise
  2. Go to the edit page of your course and open those levels that you want to have processed
  3. Select the column from which to take the word, the font in which to render it, and the rendering engine (either Pango or XeLaTeX)
  4. Start processing of the open levels, which will render each word and upload the resulting image to the image column

render_words_on_memrise_main

The script can be found on GitHub.

Please be aware that it relies on some 3rd party software:

1 Like

Great Job! Thank you