跳转到主要内容

此包安装了《使用Python自动化无聊事物》(第二版)中使用的模块。

项目描述

自动无聊事物2版

此包安装了《使用Python自动化无聊事物》(第二版)中使用的模块。

这本书,以及Al Sweigart的所有编程书籍,均可在https://inventwithpython.com下免费获得Creative Commons许可证。

跟随着“自动化”内容在线视频课程可以在https://inventwithpython.com/automateudemy找到。

您可以通过运行pip(在macOS和Linux上使用pip3)来安装此包。

pip install --user automateboringstuff

您还可以通过运行(使用macOS和Linux上的python3)将Pip作为Python模块运行

python -m pip install --user automateboringstuff

这将安装以下模块

  • send2trash==1.5.0
  • requests==2.21.0
  • beautifulsoup4==4.7.1
  • selenium==3.141.0
  • openpyxl==2.6.1
  • PyPDF2==1.26.0
  • python-docx==0.8.10
  • imapclient==2.1.0
  • twilio
  • ezgmail
  • ezsheets
  • pyinputplus
  • pillow==9.2.0
  • pyautogui

关于Pyzmail36的说明

此模块不会安装pyzmail36。Python的setuptools模块的最新版本已弃用了一些功能,尝试使用它安装pyzmail36将导致“use_2to3 is invalid”错误信息。

要安装 pyzmail36,您需要首先使用以下命令安装 setuptools 的 58.0.0 版本

pip install --user setuptools==58.0.0

然后您可以安装 pyzmail36

pip install --user pyzmail36==1.0.4

然后您可以再次将 setuptools 更新到最新版本

pip install --user -U setuptools

我目前正在与 pyzmail36 的维护者合作,修复此问题。

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源分布

automateboringstuff2ndedition-1.0.3.tar.gz (2.7 kB 查看哈希值)

上传时间

由以下支持