Python Win32api
Vaibhhav Khetarpal
2022年12月21日
2022年5月18日
win32api
模块提供了用于处理 Windows 系统的应用程序编程接口 (API) 的各种库和对象。
PyWin32
库已经是 Python 扩展的一部分,它在 Python 中启用 win32api
模块。
使用 pip
命令将 PyWin32
库安装到 Python
PyWin
库只是提供给 win32api
的规范名称。当我们提到其中任何一个时,我们指的是同一件事。
该库适用于所有 Python 3,但仅适用于必须构建 228
的 Python 2 的选择性版本。
pip install pywin32
PyWin32
库在下载后可以使用 pip
命令安装。
Author: Vaibhhav Khetarpal
Vaibhhav is an IT professional who has a strong-hold in Python programming and various projects under his belt. He has an eagerness to discover new things and is a quick learner.
LinkedIn