ahmeterenodaci / easygoogletranslate

Easy Google Translate: Unofficial Google Translate API
99 stars 14 forks source link

Update easygoogletranslate.py #4

Closed NiteeshL closed 5 months ago

NiteeshL commented 5 months ago

i have added features like speech recognition which gets speech as an input, translates it to the desired language the user wishes to and then reads aloud the translated text. however, the languages available are limited and are represented by their language code according to gTTS library

ahmeterenodaci commented 5 months ago

Hi, great work! I tried to run it, but it didn't work. Honestly, I kinda want to keep this library simple, just like its name suggests. I looked into your code and noticed that you removed the part that makes this code multi-threaded. Maybe you could wrap this library and create your own repository.