Skip to main content

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


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.5.tar.gz (12.9 kB view hashes)

Uploaded Source

Built Distribution

aclib.autowin-1.0.5-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page