https://github.com/songquanpeng/quick-quiz
用于考前各种类型选择题的自测
https://github.com/songquanpeng/quick-quiz
Last synced: 6 months ago
JSON representation
用于考前各种类型选择题的自测
- Host: GitHub
- URL: https://github.com/songquanpeng/quick-quiz
- Owner: songquanpeng
- License: mit
- Created: 2021-08-22T14:09:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T06:59:07.000Z (about 3 years ago)
- Last Synced: 2025-02-26T09:38:32.284Z (8 months ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 快速自测
> 用于考前各种类型选择题的自测
可在 [Release 页面](https://github.com/songquanpeng/quick-quiz/releases)下载最新版本(Windows,macOS,Linux)。
## 使用方法
按照 `data.txt` 中的格式组织内容,之后双击 `quiz.exe` 即可开始自测。
## 展示

## 打包
```
pip install -r requirements.txt
pyinstaller -F ./main.py -n quiz
```