An open API service indexing awesome lists of open source software.

https://github.com/s045pd/t

Interpretation CLI based on `dictionary.cambridge.org`
https://github.com/s045pd/t

Last synced: 6 months ago
JSON representation

Interpretation CLI based on `dictionary.cambridge.org`

Awesome Lists containing this project

README

          



T


一个简简单单的单词释译器,不翻译哦






# 安装使用

```sh
git clone https://github.com/s045pd/t.git
cd t
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m t
```

或通过 pip 安装

```bash
pip install cbt
```

# 案例用法

![](./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 哟 🐶。