Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romankornev/translate

Plugin for Wox that translates between English and any other language
https://github.com/romankornev/translate

google-translate language plugin textblob translate translates translation wox wox-plugin

Last synced: 3 months ago
JSON representation

Plugin for Wox that translates between English and any other language

Awesome Lists containing this project

README

        

# Translate
Plugin for [Wox](http://www.getwox.com/) that translates between english and any other language.

![Translate](http://i.imgur.com/In9l67U.png)

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

To change your main language, replace this line in ```main.py```:
``` python
LANGUAGE = 'ru'
```

## Installation
[Get Wox](http://www.getwox.com/)

Install [TextBlob](https://textblob.readthedocs.io/en/dev/contributing.html):
```
pip install textblob
```
To install the plugin, type in Wox:
```
wpm install Direct Translate
```