Metadata-Version: 2.1
Name: windows_botify
Version: 0.0.4
Summary: A simple libary to control windows
Author-email: cavecake <cavecake@web.de>
Project-URL: Homepage, https://github.com/Cavecake/windows-botify
Project-URL: Issues, https://github.com/Cavecake/windows-botify/issues
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
License-File: LICENSE

# windows-botify
 A simple package to allow keyboard and mouse automatisation for windows

## Installation
To install the package run
```
pip install windows_botify
```

## How to get started
Currently only window interactions are supported.
You can get a screenshot of a window by runing:
```
import windows_botify

windows
```
