Q:

english to french

You Otaku? Or just for fun??
6
Are you cheating on your Spanish homework? GET BACK TO PROGRAMMING!
288
A man of culture, I see.
1
# pip install googletrans
from googletrans import Translator
translator = Translator()
print(translator.translate("Traduisez des langues avec python.").text)
2

New to Communities?

Join the community