Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 696 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 696 Bytes

Translate

Plugin for Wox that translates between english and any other language.

Translate

Pressing Enter will redirect to a Google Translate page with the query.

To change your main language, replace this line in main.py:

LANGUAGE = 'it'

Installation

Get Wox

Install TextBlob:

pip install textblob

Install nltk:

pip install nltk

To install the plugin, type in Wox:

wpm install Auto Direct Translate