python 库整理_自己整理的PYTHON库
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/
總結
以上是生活随笔為你收集整理的python 库整理_自己整理的PYTHON库的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 三位数除以两位数竖式计算没有余数_三位数
- 下一篇: PyCharm创造起名自动生成起名·创造