此软件包安装了“用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的哈希
算法 | 哈希摘要 | |
---|---|---|
SHA256 | b3045ef00d7c8b3a2ebdf4331c546c8aa458973f74cc4868cf853efc5b8eb84e |
|
MD5 | 526d3c718bbaf4d2a260173a80e244da |
|
BLAKE2b-256 | 3533844c99e98cdc1827530ae4a8819bcdd093488fd8890390a99e20d966a201 |