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.3.tar.gz
(16.9 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.3.tar.gz.
File metadata
- Download URL: aclib_autowin-1.5.3.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c62e33526662de98d45995fb16a2c98140bd3a9882fe6a9f5f8543c1e3a5852
|
|
| MD5 |
3b1205bced93f81734142e12d76a00c0
|
|
| BLAKE2b-256 |
c8d32b9bc864e29c47801f2807b9bf6e2ae0da166a66bdea73899235fedd522c
|
File details
Details for the file aclib_autowin-1.5.3-py3-none-any.whl.
File metadata
- Download URL: aclib_autowin-1.5.3-py3-none-any.whl
- Upload date:
- Size: 19.6 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 |
9f4fccb0139eaeefb08e6ab926790b5e95c6905b5ce6cf88fd16b52b4736e641
|
|
| MD5 |
1974bd3440b3be0908d953611a6b2956
|
|
| BLAKE2b-256 |
5b0d318af2081b30fc7bef30fdd14c4e76023a162db1756dd27f7b87d41cd0e2
|