You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
MeowRain aa03d31327
Update README.md
3 years ago
dist created new version 3 years ago
image program commit 3 years ago
python3.11.4 python updated 3 years ago
utils program commit 3 years ago
.gitignore program commit 3 years ago
README.md Update README.md 3 years ago
favicon.ico program commit 3 years ago
main.py program commit 3 years ago
requirements.txt program commit 3 years ago
run.cmd python updated 3 years ago
sentence_gpt.py program commit 3 years ago

README.md

LearnEnglishWithSentences

一个用例句学单词的python应用使用tkinter构建gui 欢迎使用本项目喵~😊

<白天模式>

<夜间模式>

创建.env文件

用编辑器打开编辑填入你的接口和apikey

youdao_appKey = ""
youdao_appSecret = ""

openai_baseurl = "https://oa.api2d.net/v1/chat/completions"
openai_apiKey = ""

上面用的是api2d的接口应该是和openai官方的是一样的 查词用的是有道api,http://fanyi.youdao.com/openapi/ 来这儿来取密钥注册好像送100体验金

直接使用

点击里面的run.cmd就行了

隔离使用

首先要安装包

pip install -r requirements

下载压缩包,然后解压,打开文件夹,右键打开终端,运行

python main.py