s045pd / t

Interpretation CLI based on `dictionary.cambridge.org`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T

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

安装使用

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 安装

pip install cbt

案例用法

启动选项

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

TODO

  • 其他语言

📝 License

This project is MIT licensed.


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

About

Interpretation CLI based on `dictionary.cambridge.org`

License:MIT License


Languages

Language:Python 97.6%Language:Shell 2.4%