Skip to main content

a reimagined pyldplayer that better suits scripting needs

Project description

reldplayer

reimagined pyldplayer

install

pip install reldplayer

usage examples

common examples

to launch and sort the instances utilizing the synchronizer

player = Reldplayer(Config({PATH}))
player.synchronizer.setq([1, 2, 3, 4])
player.console.launch()
player.wndmgr.gridOrientation(gridStr="2X2")

traditional methods works too

player = Reldplayer(Config({PATH}))
player.console.launch(1)
player.console.launch(2)
player.console.launch(3)
player.console.launch(4)
player.wndmgr.gridOrientation(gridStr="2X2")

modify root status

player = Reldplayer(Config({PATH}))
player.synchronizer.setq([1])
player.console.modify(root=True)
player.console.launch()
<do whatever you want>

this is currently not available for LDPlayer 4 or below

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

reldplayer-0.0.1.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

reldplayer-0.0.1-py3-none-any.whl (14.8 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