Automatic free Translation XLSForm Survey into 134 languages using Google Cloud API

Hello community!
I would like to share my new tiny python project that automatically translates an XLSForm using the Google translation API.
The API is free for the first 500,000 characters each month (roughly 75,000 words) - so that should be more than enough for many translations.
Find the project here: https://github.com/JonasWeinert/XLSFormTranslator

Simply fork the repository, open the Jupyter notebook, insert your XLSForm, Goofle Api key, and desired target language & hit run all cells!

I am considering to turn this into a simple streamlit app if there is interest for that. Let me know!

I would love to have it tested in some of your wonderful projects and would be delighted tohear your feedback and suggestions!

All the best,
Jonas!

7 Likes

can you please make a little video for setup and process for better understanding