Metadata-Version: 2.1
Name: ATCForm
Version: 0.1.6.1
Summary: ATCFrom - Automatically fill in the collection form 自动化表单填写工具
Home-page: https://github.com/YKONGCO/ATCForm
Author: YKONGCO
Author-email: 1570585752@qq.com
Maintainer: YKONGCO
Maintainer-email: 1570585752@qq.com
License: MIT License
Project-URL: Bug Tracker, https://github.com/YKONGCO/ATCForm/issues
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: webdriver-manager
Requires-Dist: selenium >=4.0

## ATCForm - Automatically fill in the collection form 自动化表单填写工具
ATCForm is a tool that automatically fills in the collection form.
supported: jin data ,tx data

![](https://img.shields.io/github/release/YKONGCO/ATCForm)
#### 1.data.txt 格式要求
```
{
        "学号姓名":"",
        "学号":"",
        "姓名":"",
        "手机号":"",
        "手机":"",
        "电话":"",
        "QQ":"",
        "邮箱":"",
        "微信":"",
        "专业":"",
        "班级":"",
        "年级":"",
        "学院":"",
        "name":"value"
}

```



#### 2.介绍
* class
```
AuTotask_xxx : Autotask任务类
        inint() : 初始化
        run() : 运行
        start() : 开始 init()+run()



ATThreadPool : 线程池
        run() : 运行
```
 
* function
```
download_driver
```


#### 3.输入模式与格式
jsj
```
选项A #直接输选项名
select_LIST=["选项A","选项B"]
```

tx
```
选项A 选项B #多选 请严格按照题目顺序填写
选项C #单选
select_LIST=[["选项A","选项B"],["选项C"]]
```


