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.2.1.tar.gz
(13.0 kB
view hashes)
Built Distribution
Close
Hashes for aclib.autowin-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80771512bc5a82c6765b8f4189880b577f07601553e1184da6e53192105e7046 |
|
MD5 | c2299368b2a28706344b3bd3565922c7 |
|
BLAKE2b-256 | a604e3f135431ece86a0527d11cb7ab7e8265a715120f4ebb51c76e4cb9ad450 |