Skip to content

Milkshiift/python-deepl-translator-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

python-deepl-translator-selenium

API-less somewhat fast DeepL translation using Selenium.
⚠️ Because no account is used you can only translate up to 1500 characters

Usage

  1. Download translator.py and add it to your project
  2. Install selenium pip install selenium and webdriver-manager pip install webdriver-manager
  3. Call await get_translation(text, langFrom, langTo) in your code. You can find the language codes here
  4. If you get an error that says firefox command not found, install Firefox

About

API-less DeepL translation for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages