The program is designed for convenient interaction with a Windows computer display. The following methods are available: click, get_value, get_int (address), ...
Project description
PySoly
What is this?
PySoly is a Python library that allows you to interact with Windows applications and processes.
It provides tools to capture screenshots, simulate clicks, read colors, and manipulate process memory with ease.
The library is designed for automation, testing, and analysis of Windows applications and games.
Quick Guide
The library is divided into two main parts:
-
Display module (
PySoly.display.coordinates)
Work with windows visually: take screenshots, click on specific coordinates, read pixel colors, and get average brightness values from regions. -
Memory module (
PySoly.display.addresses)
Attach to a process, read and write memory, handle pointer chains, and work with modules in a running process.
Installation
You can install them all at once using pip:
pip install numpy pillow pymem pywin32
Install PySoly via pip (if published on PyPI):
```bash
pip install pysoly
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
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 pysoly-0.0.1.tar.gz.
File metadata
- Download URL: pysoly-0.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b81ede7943df0a1b144fef5e5eae9f97a13ed5f73425a560e29d143775218c5e
|
|
| MD5 |
9b5b9d605ddfe257c844a7b87803b28f
|
|
| BLAKE2b-256 |
02cee3dbe6b90da35afb6b5e03dd6928999681f8dc01ed8bb2a4484bf7aed798
|
File details
Details for the file pysoly-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pysoly-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3984eb2b2c894bfa03b47c49d71bd553a327be3b7aa5cb3de4b58242cb64a33e
|
|
| MD5 |
6211c22dbb59d5710a30c700fbdbbd83
|
|
| BLAKE2b-256 |
f4a74948cb07f722458e7fafc940e8c52ae35754d183f635aaa7731593e1ee12
|