Metadata-Version: 2.1
Name: google_trans_new_chiou
Version: 0.1.0
Summary: text translation
Home-page: https://github.com/chiou3qorz/google_trans_new_chiou
Author: chiou
Author-email: chiou@e-happy.com.tw
License: UNKNOWN
Keywords: google_translator
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

## 文字翻譯
### 安裝
```
pip install google_trans_new_chiou
```
### 含入模組
```
from google_trans_new_chiou import google_translator
```
### 使用
```
translator=google_translator()
word=translator.translate("今天天氣真好",lang_src="zh-TW",lang_tgt="ja",pronounce=True)
```
傳回值：
```
['今日は良い天気 ', 'Jīntiān tiānqì zhēn hǎo', 'Kyō wa yoi tenki']
```

