Metadata-Version: 2.4
Name: yolo-screen-stream
Version: 1.0.8
Summary: YOLO8-based screen capture and object detection library
Author: Alex
Author-email: thettboy11@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: ultralytics>=8.0.0
Requires-Dist: opencv-python>=4.5.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: mss>=6.1.0
Requires-Dist: Pillow>=8.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# YOLO Screen Stream

YOLO8-based screen capture and object detection library for real-time object detection on screen content.

## Features

- Real-time screen capture
- YOLO8 object detection
- Multi-monitor support
- GPU acceleration support
- Simple Python API

## Installation

```bash
pip install yolo-screen-stream
