Metadata-Version: 2.0
Name: cmd-fanyi
Version: 0.0.4
Summary: command line translate tool
Home-page: https://github.com/raojinlin/cmd-fanyi
Author: raojinlin
Author-email: 1239015423@qq.com
License: UNKNOWN
Keywords: translate chinese english translate translator
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

## 命令行翻译工具

[![asciicast](https://asciinema.org/a/277253.svg)](https://asciinema.org/a/277253)


### API:
* Youdao
* Baidu

### Install

```bash
$ sudo python3 setup.py install
```

```bash
$ pip3 install cmd-fanyi
```

Changelog
--

* 2020-06-14
    1. 代码重构
    2. 添加控制台
    3. 修复百度翻译授权(支持cookie传入)


