Skip to main content

The RPC framework of autojs allows you to use Python to operate phone.

Project description

autojs

The RPC framework of autojs allows you to use Python to operate phone.

Usage

1.Download and install AutoX.js

2.Add autox-client.js to AutoX.js app, then run this script

3.Install autojs

$ pip install autojs

script mode

from autojs import AutoJS

with AutoJS() as auto_js:
    auto_js.app.launchApp('微信').call()
    auto_js.eval('console.log("Hello AutoX.js")')

shell mode

from autojs import AutoJS

with AutoJS() as auto_js:
    auto_js.shell()

Documentation

AutoX.js API documentation at <http://doc.autoxjs.com>.

Meta

Distributed under the MIT license. See LICENSE <https://github.com/miloira/autojs/LICENSE> for more information.

https://github.com/miloira/autojs

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

autojs-0.1.6.tar.gz (6.3 kB view hashes)

Uploaded Source

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