--- id: pywin32 version: "312" license: PSF license_treatment: permissive maintenance: active --- # pywin32 — Python for Windows Extensions License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install pywin32 uv add pywin32 poetry add pywin32 ## Description # pywin32 [![CI](https://github.com/mhammond/pywin32/workflows/CI/badge.svg)](https://github.com/mhammond/pywin32/actions?query=workflow%3ACI) [![PyPI - Version](https://img.shields.io/pypi/v/pywin32.svg)](https://pypi.org/project/pywin32) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pywin32.svg)](https://pypi.org/project/pywin32) [![PyPI - Downloads](https://img.shields.io/pypi/dm/pywin32.svg)](https://pypi.org/project/pywin32) [![License - PSF-2.0](https://img.shields.io/badge/license-PSF--2.0-9400d3.svg)](https://spdx.org/licenses/PSF-2.0.html) ----- This is the readme for the Python for Win32 (pywin32) extensions, which provides access to many of the Windows APIs from Python, including COM support. See [CHANGES.md](https://github.com/mhammond/pywin32/blob/main/CHANGES.md) for recent notable changes. adodbapi's documentation can be found in: [adodbapi/readme.txt](https://github.com/mhammond/pywin32/blob/main/adodbapi/readme.txt) isapi's documentation can be found in: [isapi/README.txt](https://github.com/mhammond/pywin32/blob/main/isapi/README.txt) ## Docs The docs are a long and sad story, but [there's now an online... ## AI interpretation — verify before relying Provides direct access to Windows APIs, COM objects, and system services from Python, enabling low-level Windows integration and automation. Verdict: Mature, actively maintained library for Windows-specific development with no known vulnerabilities. Install friction is moderate due to platform constraints and post-install setup, but the permissive PSF license and broad Python version support (3.9–3.15) make it reliable for Windows automation and system integration. [View on SkillFed](https://skillfed.io/packages/pywin32) · [View on PyPI](https://pypi.org/project/pywin32/)