1、操作Excel
1)Pylightxl
地址:https://pypi.org/project/pylightxl
文档:https://pylightxl.readthedocs.io/en/latest/
2)Openpyxl
地址:https://pypi.org/project/openpyxl/
文档:https://openpyxl.readthedocs.io/en/stable/
2、操作网络请求
https://pypi.org/project/requests/
3、Python的测试框架
https://pypi.org/project/pytest/
3、操作Mysql数据库
https://pypi.org/project/PyMySQL/
https://pypi.org/project/aiopyql/
https://pypi.org/project/kanimysql/
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、图片转成Base64
1)Pybase64
地址:https://pypi.org/project/pybase64/
文档:https://pybase64.readthedocs.io/en/stable/
7、Python编写GUI程序
1)PySimpleGUI
地址:https://pypi.org/project/PySimpleGUI/
文档:https://pysimplegui.readthedocs.io/en/latest/