Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/romankornev/translate
- Owner: RomanKornev
- Created: 2016-07-30T21:09:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T20:52:58.000Z (over 8 years ago)
- Last Synced: 2024-10-12T15:32:47.595Z (4 months ago)
- Topics: google-translate, language, plugin, textblob, translate, translates, translation, wox, wox-plugin
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```