Remote control of a computer
Project description
ComputerUse
A Python library for controlling computers with AI agents. This package provides a simple interface for programmatic control of mouse movements, keyboard input, and screen capture.
Installation
pip install computeruse
Quick Start
from computeruse import Computer
# Initialize a computer connection
computer = Computer("http://localhost:17014")
# Take a screenshot
screenshot = computer.screenshot()
# Move mouse and click
computer.move_mouse(x=100, y=100).left_click()
# Type text
computer.type("Hello, World!")
Features
- Mouse control (move, click, drag)
- Keyboard input
- Screen capture
- System information
- Debug viewer
Requirements
- Python 3.12 or higher
- Docker (for running the computer server)
License
MIT License
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
cuse-0.0.1.tar.gz
(8.1 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
cuse-0.0.1-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file cuse-0.0.1.tar.gz.
File metadata
- Download URL: cuse-0.0.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a861fa22b8ab7c42cd029aa5828ff1d47d4ac802d8ece49465bafce9df4d2e8
|
|
| MD5 |
d1fb732aa9bd57dbd0f72de3e1602c5d
|
|
| BLAKE2b-256 |
f4019cd1f73208c70f630c3a5260ec80958961d22b4c413a44e80025629bde7a
|
File details
Details for the file cuse-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cuse-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94a1be558216896c3c636ef2a51b8d3844eee0d19405fefa3977ecfa7fe551fe
|
|
| MD5 |
44a5df5e6808f97ad908f72859a320d7
|
|
| BLAKE2b-256 |
3975b6d74f512e96d0974c765beba026ec36f08d8ca63b497fb7d52235ac5c3d
|