1、操作Excel
1)Pylightxl
地址:https://pypi.org/project/pylightxl
文档:https://pylightxl.readthedocs.io/en/latest/
2)pyexcel全家桶(推荐)
地址:https://github.com/pyexcel
文档:https://github.com/pyexcel
2、操作网络请求
https://pypi.org/project/requests/
3、Python的测试框架
https://pypi.org/project/pytest/
3、操作Mysql数据库
1)MySQL引擎库
- https://pypi.org/project/mysqlclient/
- https://pypi.org/project/PyMySQL/
- https://pypi.org/project/cymysql/ (推荐)
2)MySQL使用库
地址:https://pypi.org/project/SQLAlchemy
文档:https://docs.sqlalchemy.org/en/13/
4、Web的UI自动化(最爱)
1)Selenium-wire
地址:https://pypi.org/project/selenium-wire/
文档:https://github.com/wkeeling/selenium-wire
5、操作时间、日期、时区
1)Arrow
地址:https://pypi.org/project/arrow/
文档:https://arrow.readthedocs.io/en/stable/
2)Pendulum
地址:https://pypi.org/project/pendulum/
文档:https://pendulum.eustace.io/docs/
6、Python编写GUI程序
1)PySimpleGUI
地址:https://pypi.org/project/PySimpleGUI/
文档:https://pysimplegui.readthedocs.io/en/latest/