此包安装了《使用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 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 32118bd38e9089ec10d51df1b4dd1bd8bf999f7c68c7043d38026c376efe2703 |
|
MD5 | 3f03a4340e4c4ca2e6339bdee864fb35 |
|
BLAKE2b-256 | f70b07b0b64c1d42f6d659c78bd7bdcb479f66913cf30a1bab6aa8f164de2a32 |