Metadata-Version: 2.1
Name: SuperRPA
Version: 0.0.7
Summary: 二次封装 Selenium，并且后期会维护搭载各种文本、csv、xlsx、本地文件等操作。
Home-page: https://gitee.com/xiaoye_01/super-rpa
Author: 叶狼
Author-email: yelang97@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: pyperclip
Requires-Dist: openpyxl

# SuperRPA

## 介绍
二次封装 Selenium，并且搭载各种文本、csv、xlsx、本地文件等操作。后期会不断更新新功能。谢谢使用 ~

## 安装教程

1.  pip install SuperRPA

## 使用说明

1.  from SuperRPA.Super_PyPackage import *
2.  看源码。

## 与作者互动

* **作者**：叶狼
* **Email**：yelang97@qq.com
* **pypi地址**：https://pypi.org/project/SuperRPA/
* **了解作者更多，请查看csdn博客**：https://blog.csdn.net/weixin_42038955
* **gitee地址**：https://gitee.com/xiaoye_01/super-rpa
* **您的使用，是我最大的动力，支持开源。**


## 更新日志

* **v0.0.6** (2021.05.23)：对 xlsx 表格的显示和追加修改。
* **v0.0.7** (2021.05.27)：新增了一些 selenium 二次封装的新功能。


