Skip to main content

"Simple window specific sreengrab using Windows Graphics Capture"

Project description

wgcapture

Consistent, window-based screen captures on Windows using WinRT + Windows Graphics Capture (WGC).

A small library that makes it easy to capture screenshots of Windows (application windows) rather than whole monitors. This helps produce consistent, high-fidelity captures across multiple displays, scaling/DPI settings, and systems where monitor-based grabs are unreliable.

Note: This package targets Microsoft Windows and uses Windows-specific APIs (WinRT + Windows Graphics Capture). It will not work on macOS or Linux.


Features

  • Capture a specific application window by title
  • Produce a numpy.ndarray dtype: np.uint8(0-255) shape: (height, width, 4) channels: RGBA
  • Lightweight, dependency-minimal wrapper around WinRT/WGC functionality
  • Works reliably across high-DPI displays and mixed-scaling setups

Installation

Install from PyPI:

pip install wgcapture

Or install from TestPyPI:

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple wgcapture==0.1.0

Requirements

  • Windows 10 / 11 (WinRT and Windows Graphics Capture support)
  • Python 3.8+
pip install Pillow

Quickstart

The code below is a ready-to-edit example.

from wgcapture import capture_screen
from PIL import Image
# Capture by window title (first match)
img = capture_screen(screen="Untitled - Notepad")
Image.fromarray(img, mode="RGBA").show()

API

  • capture_screen(screen: str = None)

Contributing

Contributions welcome! Please follow these guidelines:

  1. Open an issue to discuss significant changes.
  2. Branch from main using feature/<short-desc>.
  3. Keep commits small and focused. Add tests for bug fixes/features.
  4. Open a PR and request review.

Add a CONTRIBUTING.md with more specifics if you want.


License

This project is licensed under the MIT License — see the LICENSE file for details.


Acknowledgements

Built on top of WinRT and Windows Graphics Capture APIs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wgcapture-0.1.0.tar.gz (247.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wgcapture-0.1.0-py3-none-any.whl (250.4 kB view details)

Uploaded Python 3

File details

Details for the file wgcapture-0.1.0.tar.gz.

File metadata

  • Download URL: wgcapture-0.1.0.tar.gz
  • Upload date:
  • Size: 247.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for wgcapture-0.1.0.tar.gz
Algorithm Hash digest
SHA256 15bed801103eafc54d797a6e087f29615b55c0c24cfd73ec399e257fcf5156d0
MD5 5db1d01b5060f100222071f1fa2a8c74
BLAKE2b-256 abee40ed477a21f2a7f53063798d0ea1b790481c1ae9a459ea736413dd781756

See more details on using hashes here.

File details

Details for the file wgcapture-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: wgcapture-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 250.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for wgcapture-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6027aca454fb3dc65423c351f47c6adebbb156134f15f77c28e4cd6bbf9dbb53
MD5 5dc4b9eb1d70cb8df490f707ca7d87db
BLAKE2b-256 67e29d3745514949e68e232a6054b09e76a919f3e84c0b1b71501fbc61b08f44

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page