skillfed

winrt-Windows.Devices.Radios

Python projection of Windows Runtime (WinRT) APIs

winrt-windows-devices-radios v3.2.1 194.3K downloads/30d#9,837 on PyPI196
Permissive license MIT AGING released

What it is and what it does

This package is a Python projection of the Windows Runtime (WinRT) Devices.Radios namespace, part of the larger PyWinRT project. It allows Python developers to interact with radio devices (such as Bluetooth, WiFi, and cellular radios) on Windows systems through direct WinRT API bindings. The package is one of many modular namespace packages generated from the Windows SDK; it depends on winrt-runtime and is distributed as platform-specific wheels for Windows.

The package is maintained by the PyWinRT community as a fork of Microsoft's original xlang project. It targets developers who need low-level hardware access from Python on Windows without writing C++ or using indirect abstractions. Installation is straightforward on supported Windows architectures, but the aging maintenance status and lack of recent development activity suggest it may not receive frequent updates or bug fixes.

Use it for:

  • Control Bluetooth radio state (enable/disable) programmatically from a Python application.
  • Enumerate and query available radio devices on a Windows system.
  • Build Windows desktop utilities that manage device connectivity settings.
  • Integrate WinRT radio APIs into cross-platform Python frameworks targeting Windows.
  • Access low-level radio hardware information for diagnostics or monitoring.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to access Windows Runtime APIs for Bluetooth, USB, serial ports, cameras, and other hardware devices on Windows systems.

Yes, if you are on Windows and need direct access to WinRT radio APIs from Python. The MIT license is permissive, install friction is moderate (Windows-only, but wheels are available for common architectures), and there are no known security vulnerabilities. However, the aging maintenance status means you should verify that the specific radio operations you need are exposed and working before committing to production use.

Install

winrt-windows-devices-radios on PyPI

pip

pip install winrt-windows-devices-radios

uv

uv add winrt-windows-devices-radios

poetry

poetry add winrt-windows-devices-radios

Installing winrt-Windows.Devices.Radios

Before you install

Medium install friction: Windows-only wheels for Python 3.9–3.14 (win32, win_amd64, win_arm64). Requires winrt-runtime as a runtime dependency. Maintenance status is aging—last commit 2025-12-11, but no recent active development signals.

License in practice

MIT license (permissive): you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.

Quickstart

pip install winrt-windows-devices-radios winrt-runtime

from winrt.windows.devices.radios import Radio
# Access radio devices (e.g., Bluetooth, WiFi) via WinRT APIs

Windows-only; requires Python 3.9 or later and the winrt-runtime package installed.

Verify before relying

  • Specific capabilities and API surface of the Radios namespace (what radio types and operations are exposed).
  • Whether this package works on all Windows versions or has minimum OS version requirements.
  • Performance and stability characteristics in production use cases.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction medium — platform-specific wheel
Runtime dependencies 1 — winrt-runtime
Maintenance aging — 434 days since the last release
Last repo commit
First released
Downloads 194,345/month — #9,837 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: winrt_windows_devices_radios-3.2.1-cp310-cp310-win32.whl; winrt_windows_devices_radios-3.2.1-cp310-cp310-win_amd64.whl; winrt_windows_devices_radios-3.2.1-cp310-cp310-win_arm64.whl; winrt_windows_devices_radios-3.2.1-cp311-cp311-win32.whl; winrt_windows_devices_radios-3.2.1-cp311-cp311-win_amd64.whl; winrt_windows_devices_radios-3.2.1-cp311-cp311-win_arm64.whl; winrt_windows_devices_radios-3.2.1-cp312-cp312-win32.whl; winrt_windows_devices_radios-3.2.1-cp312-cp312-win_amd64.whl; winrt_windows_devices_radios-3.2.1-cp312-cp312-win_arm64.whl; winrt_windows_devices_radios-3.2.1-cp313-cp313-win32.whl; winrt_windows_devices_radios-3.2.1-cp313-cp313-win_amd64.whl; winrt_windows_devices_radios-3.2.1-cp313-cp313-win_arm64.whl; winrt_windows_devices_radios-3.2.1-cp314-cp314-win32.whl; winrt_windows_devices_radios-3.2.1-cp314-cp314-win_amd64.whl; winrt_windows_devices_radios-3.2.1-cp314-cp314-win_arm64.whl; winrt_windows_devices_radios-3.2.1-cp39-cp39-win32.whl; winrt_windows_devices_radios-3.2.1-cp39-cp39-win_amd64.whl; winrt_windows_devices_radios-3.2.1-cp39-cp39-win_arm64.whl

Intended Audience :: DevelopersOperating System :: Microsoft :: WindowsProgramming Language :: Python :: 3Programming Language :: Python :: Implementation :: CPython

Tags

windows runtime api pythonwinrt bluetooth usb accesswindows hardware control pythonpywinrt device radioswindows devices python bindingwinrt api wrapperwindows sdk python
windows-onlyhardware-accesswinrt-binding

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

winrt-runtime

Provides Python bindings to access Windows…

permissive · top 15,000 on PyPI

winrt-Windows.Devices.Enumeration

Provides Python bindings to Windows Runtime…

permissive · top 15,000 on PyPI

winrt-Windows.Devices.Bluetooth

Provides Python bindings to Windows Runtime…

permissive · top 15,000 on PyPI

winrt-Windows.Devices.Bluetooth.Advertisement

Provides Python bindings to access Windows…

permissive · top 15,000 on PyPI

binho-host-adapter

Controls Binho Multi-Protocol USB Host Adapters…

permissive · top 15,000 on PyPI

winrt-Windows.Storage.Streams

Provides Python bindings to Windows Runtime…

permissive · top 15,000 on PyPI

winrt-Windows.Devices.Bluetooth.GenericAttributeProfile

Provides Python bindings to access Windows…

permissive · top 15,000 on PyPI

winrt-Windows.Globalization

Provides Python bindings to Windows Runtime…

permissive · top 15,000 on PyPI

winrt-Windows.Graphics.Imaging

Provides Python bindings to Windows Runtime…

permissive · top 15,000 on PyPI

winrt-Windows.Foundation

Provides Python bindings to Windows Runtime…

permissive · top 15,000 on PyPI