“Comment utiliser Google Translate API dans Python” Réponses codées

Traduire les phrases dans Python

# First install translate with pip in cmd
pip install translate

# Code
from translate import Translator
translator= Translator(from_lang="german",to_lang="spanish")
translation = translator.translate("Guten Morgen")
print(translation)
Pythoning Pythoneeir

Comment utiliser Google Translate API dans Python

You cand find 2 complete Python Code for translate at this links:

https://neculaifantanaru.com/en/python-code-text-google-translate-website-translation-beautifulsoup-library.html

or here:

https://neculaifantanaru.com/en/example-google-translate-api-key-python-code-beautifulsoup.html
Worrisome Wren

Réponses similaires à “Comment utiliser Google Translate API dans Python”

Questions similaires à “Comment utiliser Google Translate API dans Python”

Plus de réponses similaires à “Comment utiliser Google Translate API dans Python” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code