nidhaloff / deep-translator

A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
https://deep-translator.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
1.61k stars 186 forks source link

Feature/google language detection #238

Closed PrashantDixit0 closed 1 year ago

PrashantDixit0 commented 1 year ago

Added feature of Language detection using Google Translate

nidhaloff commented 1 year ago

This adds another dependency (googletrans) to the package. Unfortunately, I have no intention to add a dependency right now. If you can add it as an optional dependency, then I would consider your PR. Feel free to re-open it then.