diff --git a/QRCODE.JPG b/QRCODE.JPG deleted file mode 100644 index d3b3155..0000000 Binary files a/QRCODE.JPG and /dev/null differ diff --git a/README.md b/README.md index eb5c55b..6e756bf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Weiban-Tool + 基于Python打造的微伴辅助工具,支持自动登录、自动刷课、题库提取、自动答题等功能。 ## 注意事项 + 仅供学习参考, 不能用于非法用途,请在下载后24h内删除。 [![仓库访问次数](https://badges.toozhao.com/badges/01J4X431GX8JJ8F43S0ES0ANXY/green.svg)]( "") @@ -9,21 +11,26 @@ ## 使用方法 ### 前提条件 -安装有Python3.11-3.12版本 可以通过官网: https://www.python.org/downloads/ 下载安装 -也可以通过群文件的安装包进行安装 (勾选path选项) -电脑的Vc支持库需要完整 (遇到不完整情况可以去群文件安装) +1. Python(https://www.python.org/downloads/) +2. ⬆️请下载3.11-3.12的版本 +3. ⬆️安装时勾选Add to Path选项 +4. 良好的网络环境 +5. 出现特殊问题加群反馈 +6. 👆带上图片 ### 下载源码 -https://github.com/Coaixy/weiban-tool/releases + +https://github.com/Coaixy/weiban-tool/releases 下载最新的Source Code 并解压到一个文件夹 ### 安装依赖 -进入解压后的文件夹,按住shift键,点击鼠标右键,选择在此处打开命令窗口 - -输入以下命令安装依赖 +1. 进入解压好的文件夹 +2. shift+右键 +3. ⬆️选择Powershell打开 或者 终端打开 +4. 👇开始执行 ````shell pip config set global.index-url https://mirrors.aliyun.com/pypi/simple @@ -31,29 +38,36 @@ pip config set install.trusted-host mirrors.aliyun.com pip install -r requirements.txt ```` +👆一行一行输入并回车 + ### 运行工具 -在命令窗口输入以下命令运行工具 +在命令窗口输入以下命令运行工具 并按回车 ````shell python main.py ```` ### 使用工具 + 根据提示输入相关的信息 考试时间为最终的考试时间不是你的考试项目的总时间 例如:输入的考试时间为240 你最终的考试时间为4分钟 +无法提交的情况下注意是否为自己设置的阈值过高 + ### 注意 在使用工具的时候请不要关闭命令窗口,否则程序会停止运行 考试会有等待时间请耐心等待 +### 常见问题 ## 完成情况 + - [x] 自动登录 - [x] 自动刷课 - [x] 题库提取 @@ -62,11 +76,26 @@ python main.py ## 贡献者 - +| 贡献者 | 主页 | +|-------------|---------------------------------------| +| Coaixy | https://www.lawliet.ren | +| Nichovlasy | https://github.com/Nichovlasy | +| Seeridia | https://github.com/Seeridia | +| XiaoXinYo | https://github.com/XiaoXinYo | +| isbutch | https://github.com/isbutch | +| Kenxu2022 | https://github.com/Kenxu2022 | +| INFO-studio | https://github.com/INFO-studio | +| yejiu7411 | https://github.com/yejiu7411 | +| 广大网友 | https://github.com/coaixy/weiban-tool | + +## 反馈讨论 + + + +## 友情链接 -有问题请及时反馈 +Ai-Diviner(https://ai.diviner.fun) Ai占卜网站 -群号:443195213 ## Star History diff --git a/API-LIST.txt b/assets/API-LIST.txt similarity index 100% rename from API-LIST.txt rename to assets/API-LIST.txt diff --git a/IMG_1531.jpeg b/assets/Group.jpeg similarity index 100% rename from IMG_1531.jpeg rename to assets/Group.jpeg