CopyTranslator

时间:2018-05-19 14:44:37   收藏:0   阅读:8568

技术分享图片 技术分享图片 技术分享图片 技术分享图片 技术分享图片

Copy, Translate, and Paste with Google translate API

Get started

Environment

Requirements

Only windows can automatically install wxpython using pip, in other OS you need to install wxpython manually.

Windows

In windows, pip can help install all the install requirements.

Unbuntu or other Linux release with GUI

In linux, wxpython can‘t be installed using pip, and we need xclip to help pyperclip work.

Here are the example to install the requirements

sudo apt-get install python-wxtools 
sudo apt-get install xclip

For more information, refer to the installation of wxpython and pyperclip

OS X

In OS X, wxpython can‘t be installed using pip.

Please refer to the installation of wxpython.

It has not been tested yet. If someone had tried, please create a PR to help improve the documentation.

Setup

Install this Application using pip:

pip install CopyTranslator

Example usage

Run shell command

CopyTranslator

Screenshots

Windows 10

技术分享图片

Unbuntu

技术分享图片

Source

https://github.com/agentzheng/CopyTranslator

Acknowledgements

Thanks to the developers of wxpython, googletrans, pyperclip.

License

The code is licensed under Mozilla Public License 2.0.

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!