Saravananslb / py-googletranslation

pygoogletranslation: Free and Unlimited Google translate API for Python. Translates totally free of charge.
https://saravananslb.github.io/py-googletranslation/
MIT License
156 stars 40 forks source link

pygoogletranslation.models.Translated object at 0x000000000582AD08 #15

Open Neutronoid opened 3 years ago

Neutronoid commented 3 years ago

`>>> from pygoogletranslation import Translator

translator = Translator() translator.translate('Good Morning', dest='ta') <pygoogletranslation.models.Translated object at 0x000000000582AD08>`

It throw different code everytime.

lixikun commented 3 years ago

me too, what's does this mean?