deepl-translate icon indicating copy to clipboard operation
deepl-translate copied to clipboard

An unofficial python package to translate text using deepl.com

Results 5 deepl-translate issues
Sort by recently updated
recently updated
newest added

In particular, when running the unit tests, deepl.com sometimes returns an ```Error 429: Too many requests```. Structured testing should be done to determine when this error occurs and what time...

enhancement

how to use this with my account? sometime need to translate more than 5000 characters

enhancement

For example, I want to translate ------------------------- Lalalal lalalal ------------------------- Using deepl I have got -> Lalalal lalalal with cut off \n symbols and so on

enhancement
help wanted

Currently, if one wants to translate text via the command line, either the parameter ```-t``` for text or ```-f``` for file must be provided. The general case is probably that...

enhancement
help wanted

I'm trying to use this package but I always get the 429 error. Is there any solution? `Traceback (most recent call last): File "", line 198, in _run_module_as_main File "",...