跳转到主要内容

此软件包安装了“用Python自动化无聊事物”(第2版)中使用的模块。

项目描述

# automateboringstuff 此软件包安装了“用Python自动化无聊事物”(第2版)中使用的模块。

这本书以及Al Sweigart的所有编程书籍,在https://inventwithpython.com下免费提供,并受Creative Commons许可证的保护。

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

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

pip install –user automateboringstuff

您还可以通过运行Python模块来运行Pip(在macOS和Linux上使用python3)。

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==6.0.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的维护者合作,以修复此问题。

项目详情


下载文件

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

源分布

automateboringstuff-1.0.2.tar.gz (2.6 kB 查看哈希)

上传时间

支持