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`
- Host: GitHub
- URL: https://github.com/s045pd/t
- Owner: s045pd
- License: mit
- Created: 2020-09-16T04:24:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T05:31:52.000Z (over 4 years ago)
- Last Synced: 2026-01-04T17:20:34.312Z (7 months ago)
- Language: Python
- Homepage:
- Size: 6.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
# 案例用法

# 启动选项
```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 哟 🐶。