Metadata-Version: 2.4
Name: dxcam_cpp
Version: 0.2.5
Summary: A high performance screen capturing library for Windows rewriting DXcam in C++
Keywords: windows,screenshot,capture
Author-Email: Fidel Yin <fidel.yin@hotmail.com>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: C++
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Graphics :: Capture
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Project-URL: Homepage, https://github.com/Fidelxyz/DXCam-CPP
Project-URL: Repository, https://github.com/Fidelxyz/DXCam-CPP
Project-URL: Issues, https://github.com/Fidelxyz/DXCam-CPP/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# DXCam-CPP

A high performance screen capturing library for Windows
rewriting [DXcam](https://github.com/ra1nty/DXcam) in C++.

## Usage

```shell
pip install dxcam-cpp
```

The interface of the Python module of DXCam_CPP is designed to be **fully
compatible** with the original Python DXcam as an alternative.
See [the documentation of DXcam](https://github.com/ra1nty/DXcam?tab=readme-ov-file#usage)
for more details.