Skip to content

A Python program made to automate translation In Duolingo.com

Notifications You must be signed in to change notification settings

Kalaborative/AutoDuolingo

Repository files navigation

codebeat badge

AutoDuolingo

In this project, we make it easy for you to solve exercises on Duolingo. You can choose either Spanish, French, German, or Italian in AutoDuolingo and the setup is quick and easy!

Installation

This project needs Selenium Webdriver and the Google Cloud Translate client library installed. To install them, run this code in your command line: For Selenium Webdriver: pip install selenium For Google Translate: pip install --upgrade google-cloud-translate

When you've downloaded this ZIP file, extract it and place this content's folder in an easily accessible place. Make sure you've downloaded the ChromeDriver.

Usage

Inside the AutoDuolingo directory, run the program using this code: python auto1.py

You're all set! Have fun using my program!