rawpython / remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
Apache License 2.0
3.48k stars 401 forks source link

Add an example of a text to speech app using javascript execution and callbacks #479

Closed awesomebytes closed 2 years ago

awesomebytes commented 2 years ago

I thought this could be a good example for other people. And it's cool being able to embrace the offline TTS capabilities of browsers via python! Edit: Only tested on Python 2.7. You may also note I left a comment about problems I had with the callback.

The app looks like this:

Screenshot from 2022-02-14 23-29-44

dddomodossola commented 2 years ago

Thank you very much for this cool example Sam!