# en_de Generate audio/video from a dictionary. Uses espeak for audio generation, Pillow for images with text overlay, OpenCV for video combining, ffmpeg for combining. ## install ``` ./INSTALL.sh ``` # run Change the lesson ``` python generate.py ``` # old run You first need a service account secret from [Google Cloud Text-To-Speech API](https://cloud.google.com/text-to-speech/docs/quickstart-client-libraries#client-libraries-install-python) (go through the steps of `Before you begin` section, the rest is handled by the app). Modify what you need from the `generate.py` file: ``` ./RUN.sh ```