Python SDK for the use.computer macOS and iOS Computer Use API
Project description
use-computer Python SDK
Python client for the use.computer macOS and iOS Computer Use API.
pip install use-computer
from use_computer import Computer
computer = Computer(api_key="mk_live_...")
sandbox = computer.create()
image = sandbox.screenshot.take_full_screen()
sandbox.mouse.click(500, 400)
sandbox.keyboard.type("hello")
sandbox.close()
computer.close()
Docs: https://docs.use.computer
Runner repo: https://github.com/josancamon19/mmini-runner
API reference: https://admin.api.use.computer/docs
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
use_computer-0.0.2.tar.gz
(71.4 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 use_computer-0.0.2.tar.gz.
File metadata
- Download URL: use_computer-0.0.2.tar.gz
- Upload date:
- Size: 71.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45b6e9c9e866cb075ccb6290216b6f37c52f977de2c5bca94b84983d2d3f5cca
|
|
| MD5 |
0789f42a6375767bcd39bab945982ee1
|
|
| BLAKE2b-256 |
666f422f608fe5425a0b10e15b775343283a36041cb97fcba930c5cecb5de376
|
File details
Details for the file use_computer-0.0.2-py3-none-any.whl.
File metadata
- Download URL: use_computer-0.0.2-py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88371024300c3c15e25568eeed5736802ebceeda40084a3a8f357be6d48d109c
|
|
| MD5 |
9289f495646ee41e48e2d814b3ddc09c
|
|
| BLAKE2b-256 |
fe93b3303d09f3f06404d6834b949680b958f682b4ed781208a6169f8677487b
|