Installation

translateME can be installed directly via Pip

Assuming that Python_ is already installed:

$ pip install translateME

Requirements

Because translateME reads in PDF files, Excel Files, and leverages the Google-Translate API, a few packages are required to have a fully functioning translateME library. The packages are listed below:

  • google-api-python-client==1.6.0
  • beautifulsoup4==4.5.3
  • pdfminer2==20151206
  • oauth2client==1.5.2
  • chardet==2.3.0