py-googletranslation icon indicating copy to clipboard operation
py-googletranslation copied to clipboard

pygoogletranslation: Free and Unlimited Google translate API for Python. Translates totally free of charge.

Results 15 py-googletranslation issues
Sort by recently updated
recently updated
newest added

Fixes #10 and other special characters.

``` from pygoogletranslation import Translator # version: 2.0.5 translator = Translator() sampleText = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the...

**Describe the bug** During the translation of the japanese equivalent of quotes (「」), an exception is thrown over the decoding of the http response. **To Reproduce** Steps to reproduce the...

@Saravananslb , Thank you because of your amazing work. Google translate can translate image to new image and also return text in it, please add this feature. ![Screenshot Google Translate](https://github.com/Saravananslb/py-googletranslation/assets/64953489/97559e0f-f70a-4f78-b7c9-6600115c5126)

**Describe the bug** A clear and concise description of what the bug is. 经过测试,同一个IP如果访问过于频繁,可能会导致封IP,这时候换个IP即可正常使用。 **To Reproduce** Steps to reproduce the behavior: 使用这个Python库写个接口,部署到国外服务器上(如:美国),然后频繁请求这个接口,过一段时间就会报错! **Expected behavior** A clear and concise description of...