Skip to content

Commit

Permalink
update project
Browse files Browse the repository at this point in the history
  • Loading branch information
Coaixy committed Dec 18, 2024
1 parent 6388f54 commit c78e87a
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 11 deletions.
Binary file removed QRCODE.JPG
Binary file not shown.
51 changes: 40 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,73 @@
# Weiban-Tool

基于Python打造的微伴辅助工具,支持自动登录、自动刷课、题库提取、自动答题等功能。

## 注意事项

仅供学习参考, 不能用于非法用途,请在下载后24h内删除。

[![仓库访问次数](https://badges.toozhao.com/badges/01J4X431GX8JJ8F43S0ES0ANXY/green.svg)]( "")

## 使用方法

### 前提条件
安装有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
pip config set install.trusted-host mirrors.aliyun.com
pip install -r requirements.txt
````

👆一行一行输入并回车

### 运行工具

在命令窗口输入以下命令运行工具
在命令窗口输入以下命令运行工具 并按回车

````shell
python main.py
````

### 使用工具

根据提示输入相关的信息

考试时间为最终的考试时间不是你的考试项目的总时间

例如:输入的考试时间为240 你最终的考试时间为4分钟

无法提交的情况下注意是否为自己设置的阈值过高

### 注意

在使用工具的时候请不要关闭命令窗口,否则程序会停止运行

考试会有等待时间请耐心等待

### 常见问题

## 完成情况

- [x] 自动登录
- [x] 自动刷课
- [x] 题库提取
Expand All @@ -62,11 +76,26 @@ python main.py

## 贡献者

<img src="https://contrib.rocks/image?repo=coaixy/weiban-tool" />
| 贡献者 | 主页 |
|-------------|---------------------------------------|
| 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 |

## 反馈讨论

<img src="/assets/Group.jpeg" width="360" height="520" alt=""/>

## 友情链接

有问题请及时反馈
Ai-Diviner(https://ai.diviner.fun) Ai占卜网站

群号:443195213

## Star History

Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit c78e87a

Please sign in to comment.