auto window task
Project description
Installation
General
pip install aclib.autowin
work with dm
pip install aclib.autowin[dm]
work with cv
pip install aclib.autowin[cv]
full installation
pip install aclib.autowin[full]
Usage
from aclib.autowin._typing import *
from aclib.autowin import screen, Window, AppWindow
from aclib.autowin.cvwindow import CvWindow, Target # [cv] requires
from aclib.autowin.dmwindow import DmWindow, Target # [dm] requires
# full requires
# if all requires ready, you can get all api from this module
# the classs 'Window' in this module is inherit from 'CvWindow' & 'DmWindow'
from aclib.autowin.windows import screen, Window, AppWindow, Target
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aclib.autowin-1.0.3.tar.gz
(12.8 kB
view hashes)
Built Distribution
Close
Hashes for aclib.autowin-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 559a93adce40e573a8962850fb12e5b012de31984016f9cdfbaeb5edcd7af4d0 |
|
MD5 | 4e4111c4146210e8d4bbe19161042410 |
|
BLAKE2b-256 | 3abe4d6411060de186f51756b24e0a6f1769507c5892ffe1426a89b490d2afdc |