Metadata-Version: 2.1
Name: cbt
Version: 0.0.1
Summary: Auto suggestion english translations cli
Home-page: https://github.com/s045pd/t
Author: s045pd
Author-email: s045pd.x@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
    <!-- <img src="medias/main.gif"/> -->
    <h1 align="center" >T</h1>
    <p align="center">一个简简单单的单词释译器，不翻译哦</p>
        <p align="center">
    <a href="https://app.codacy.com/manual/s045pd/t?utm_source=github.com&utm_medium=referral&utm_content=s045pd/t&utm_campaign=Badge_Grade_Dashboard"><img src="https://api.codacy.com/project/badge/Grade/f00d1d69a99346038d14df4bec303034"/></a>
    <a target="_blank" href="https://www.python.org/downloads/" title="Python version"><img src="https://img.shields.io/badge/python-%3E=_3.8-green.svg"></a>
    <a target="_blank" href="LICENSE" title="License: MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg"></a>
</p>

# 安装使用

```sh
git clone
cd t
python3 -m venv venv
source venv/bin/activate
python -m t
```

或通过 pip 安装

```bash
pip install t
```

# 案例用法

![](./data/example.gif)

# 启动选项

```bash
Options:
  -n, --nosay           # 结果发音，默认会
  --online / --offline  # 自动补全数据源，默认使用在线模式
  -l, --sounds [uk|us]  # 口音，默认使用🇬🇧英音
```

# TODO

- 暂时没有哦

# 📝 License

This project is [MIT](https://github.com/s045pd/t/blob/master/LICENSE) licensed.

---

如果您觉得这个脚本对您有用，可别忘了 star 哟 🐶。


