此软件包安装了《用Python自动化无聊事物》第1版中使用的模块。
项目描述
automateboringstuff1stedition
此软件包安装了《用Python自动化无聊事物》第1版和在线Udemy课程中使用的模块。如果您有这本书的第1版,您可能需要安装automateboringstuff
。
这本书以及所有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.1.4
PyPDF2==1.26.0
python-docx==0.8.10
imapclient==2.1.0
twilio
pillow==9.2.0
pyautogui
关于Pyzmail36的说明
此模块不安装 pyzmail36
。Python 的最新版本 setuptools
模块已弃用某些功能,尝试使用它安装 pyzmail36
将导致“use_2to3 无效”的错误信息。
要安装 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
的维护者合作,修复此问题。
项目详情
关闭
automateboringstuff1stedition-1.0.5.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | d99a7e9cbc1b8b6588573e157c253784fe0f7695b61334f445ef6bd619f96358 |
|
MD5 | 086c5f5646edf236fdb00cb8b709098b |
|
BLAKE2b-256 | 6e9cc70677b91ed98eec8f26f90a1eab076d69b22792405cf33c6acbacdf9f1f |