python wrapper for ldplayer
Project description
pyldplayer
python wrapper for ldplayer
Installation
pip install pyldplayer
usage
you can refer to cli doc for all options
in addition, this library also supports loading record, keyboard mapping into pydantic dataclasses
from time import sleep
from pyldplayer import LDAutoGui
from pyldplayer import LDConsole
x = LDConsole("xxxxxxxxxxxxxxxxxxxxx")
autox = LDAutoGui(x)
w = x[3]
w.launch()
autow = autox.waitFor(3)
autow.screenshot()
oprr = autow.operationRecorder()
oprr.runScript(3)
changelog
- fixed instance will be terminated if script ended
- fixed unsanitized query results
- fully documented
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
pyldplayer-2.0.0b1.tar.gz
(16.9 kB
view details)
Built Distribution
File details
Details for the file pyldplayer-2.0.0b1.tar.gz
.
File metadata
- Download URL: pyldplayer-2.0.0b1.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d99fa84d49c8147a9eeb87ee56fb17fd5e0a7d884675ca1b65df28a815e3f898 |
|
MD5 | 92e35a376fb17b30ef47bac487cdfda9 |
|
BLAKE2b-256 | 3c382b2690a906f4114b8ffbb863a91e37d0bbf4130705f63638961961d000e2 |
File details
Details for the file pyldplayer-2.0.0b1-py3-none-any.whl
.
File metadata
- Download URL: pyldplayer-2.0.0b1-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b1bce8b1769d1c78687698f6b21593756586c2aa96711dec920e16ffa6973cb |
|
MD5 | 05bc6a6e95d8e4bf7179659d65af97d9 |
|
BLAKE2b-256 | 18af454a95f64ad5ebc8a32898780adf02281a95724c5c565b93fe6435d1e980 |