zoukankan      html  css  js  c++  java
  • 自己整理的PYTHON库

    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/

  • 相关阅读:
    P1007 独木桥
    P1789 【Mc生存】插火把
    P2658 汽车拉力比赛
    1959 拔河比赛
    P1936 水晶灯火灵
    websocket
    瀑布流布局
    Router
    图片占位
    单位
  • 原文地址:https://www.cnblogs.com/xxsl/p/13588043.html
Copyright © 2011-2022 走看看