-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# WdAsst | ||
> (Word Assistant - 帮助记忆和测试单词的GUI程序) | ||
## Introduction | ||
> 简要介绍 | ||
WdAsst (Word Assistant) 主要被设计为可以帮助记忆和测试单词的GUI程序,程序的功能主要有: | ||
- 单词查询 | ||
- 联网查询 | ||
![img.png](docs/img/online-search-word.png) | ||
- 本地查询 | ||
![img.png](docs/img/local-search-word.png) | ||
- 添加单词 (本地) | ||
![img.png](docs/img/local-add-word.png) | ||
- 单词测试 | ||
- 根据释义输入单词 (用户添加词库) | ||
![img.png](docs/img/test-word-input-word.png) | ||
- 根据单词选择释义 (系统标准词库) | ||
![img.png](docs/img/test-word-choose-translation.png) | ||
- 添加音标 (本地) | ||
![img.png](docs/img/add-pronunciation.png) | ||
- 管理单词 | ||
![img.png](docs/img/manage-word.png) | ||
- 管理词库 | ||
- 添加词库 | ||
![img.png](docs/img/manage-lexicon-add.png) | ||
- 重命名词库 | ||
![img.png](docs/img/manage-lexicon-rename.png) | ||
- 删除词库 | ||
![img.png](docs/img/manage-lexicon-remove.png) | ||
- 查看词库信息 | ||
![img.png](docs/img/manage-lexicon-info.png) | ||
|
||
## Programming Language & Libraries | ||
> 使用的编程语言和库文件 | ||
- python (主要语言) | ||
- pyqt5 (GUI 程序) | ||
- sqlite3 (数据库操作) | ||
- xlwt (测试表格操作) | ||
- 其他系统库 (读取文件,比较字符串等) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.