
Product
Introducing .NET Support in Socket
Socket now supports .NET, bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.
A simple python library used to translate and speak a given text from the user with Google Translation using user's Chrome browser.
auto-translation is a simple python library to translate any other language or transform it to speech with google traduction , all that using the user's Chrome browser with selenium in hidden mode , mean time to return the translation or speech 15 seconds
Installation :
| $ pip install auto-translation |
Simple usage :
| >>> from auto_browser.selenium_translation import Chrome |
| >>> test=Chrome() |
| >>> print( test.translate_text(text='Bonjour',from_lang='fr',to_lang='fr') )|
| >>> Good morning |
Methods :
Methods | Return |
---|---|
translation_url(from_lang=str,to_lang=str) | url of google translation (str) |
translation_text_url(text=str,from_lang=str,to_lang=str) | url of the translation needed (str) |
translate_text(text=str,from_lang=str,to_lang=str) | translation of text (str) |
text_2_speech(text=str, language=str) | None , text speech |
translation_2_speech(text=str,from_lang=str,to_lang=str) | None , translation speech |
Note :
Use language codes >>> ISO-639 Language Codes
example :
Arabic:ar
French:fr
FAQs
A simple python library used to translate and speak a given text from the user with Google Translation using user's Chrome browser.
We found that auto-translation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports .NET, bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.
Research
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.