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/