Longer response:
NB I've not used the system and only quickly reviewed
https://py-googletrans.readthedocs.io/_/downloads/en/documentation/pdf/
NBB I am treating you (and/or other interested-readers) as something of
a 'beginner'. No insult is intended should I appear to be 'talking down'.
On 18
On Sun, Apr 18, 2021 at 9:58 AM dn via Python-list
wrote:
> Alternately, what's there to stop some nefarious/stupid user (like me!)
> entering "gobbledegook" and complaining that the program fails?
"What is the French for fiddle-de-dee?" -- the Red Queen, to Alice
(Incidentally, Google attempts
On 2021-04-17 23:56, Quentin Bock wrote:
I'm trying to take the user input and let them change the target language
or dest
code:
from deep_translator import GoogleTranslator
import googletrans
import sys
language_list = googletrans.LANGUAGES
print(language_list)
feedback = input("Would you lik
On 18/04/2021 10.56, Quentin Bock wrote:
> I'm trying to take the user input and let them change the target language
> or dest
> code:
>
...
> language_list = googletrans.LANGUAGES
> print(language_list)
...
> user_choice = input ("Enter a language (the abbreviation or correctly
> spelled na