Metadata-Version: 2.1
Name: focuscreen
Version: 0.8
Summary: Snap screen by focusing on mouse and keyboard events
Author: Hansimov
Project-URL: Homepage, https://github.com/Hansimov/focuscreen
Project-URL: Issues, https://github.com/Hansimov/focuscreen/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: mss
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: Pillow
Requires-Dist: pynput
Requires-Dist: tclogger

# FocuScreen
Snap screen by focusing on mouse and keyboard events.

![](https://img.shields.io/pypi/v/focuscreen?label=focuscreen&color=blue&cacheSeconds=60)

## Install
```sh
pip install --upgrade focuscreen
```

In windows, you might need to run following commands to make opencv support GUI:

```bash
pip uninstall opencv-python-headless
pip uninstall opencv-python
pip install opencv-python
```

## Usage
```sh
python -m focuscreen.app
```
