If you need to translate your text from one language to another, the process can be quite painful. The current Google Translate tool requires an API key, and billing information to get started. I thought it would be great to have a tool you can download, and not have to worry about where to get an API key or have credit card information at the ready.
This tool uses a free to use Python library called deep_translator (https://pypi.org/project/deep-translator/) that also uses Google translate to translate text. However, it avoids the need for billing information or any setup. Just download the tool, hit save, and translate away!
This tool uses a free to use Python library called deep_translator (https://pypi.org/project/deep-translator/) that also uses Google translate to translate text. However, it avoids the need for billing information or any setup. Just download the tool, hit save, and translate away!
Comment