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
# base typing
from aclib.autowin import _Pos, _Size, _Area, _Areas
# base api
from aclib.autowin import BaseWindow, screen, Window
# create win32 application
from aclib.autowin.appwindow import AppWindow
# css typing
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from aclib.autowin.appwindow._typing import _AppCSS
# use opencv
from aclib.autowin.cvwindow import CvWindow # [cv] requires
# use dm plugin
from aclib.autowin.dmwindow import DmWindow # [dm] requires
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.5.1.tar.gz
(16.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aclib_autowin-1.5.1.tar.gz.
File metadata
- Download URL: aclib_autowin-1.5.1.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
260d058ac05136576e4e234056f5b83db03cde41bb8d06c78f38726cb0553859
|
|
| MD5 |
4250164e3c9a51e62da757c43009af8b
|
|
| BLAKE2b-256 |
ce0c634cb147c4e8869322333878b06ee058b215d0fcc20eba3f18381fea82f6
|
File details
Details for the file aclib_autowin-1.5.1-py3-none-any.whl.
File metadata
- Download URL: aclib_autowin-1.5.1-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85b1cb124a8f8aa33da774604072ec0900caccc709aafc0f426681919793234a
|
|
| MD5 |
a694c608cd62bde1c93f34a13a9bea92
|
|
| BLAKE2b-256 |
bc60b16f51eeaa807b63e9c84995c3e8e5af5193decc7dffcf79007f9a8ea130
|