This release is a pre-release and may not be stable for production use.
PyAutoGUI Simplified Edition
This is a simplified edition of the PyAutoGUI library that provides easy-to-use functions for screen automation.
PyAutoGUI is a cross-platform GUI automation Python module that can perform many functions, including mouse and keyboard control, taking screenshots, and locating images on the screen.
However, the library can be complex and difficult to use for beginners. The PyAutoGUI Simplified Edition provides simpler functions that are easier to use, but can still accomplish many of the same tasks as the original library.
Installation
The package can be installed using pip:
pip install pyautogui_simplified_edition
Usage
Here are some available functions in this package:
import pyautogui_simplified_edition.screen as screen
# Wait until an image is found on the screen
pyse.wait_until_found('example.png')
# Find an image in a specific region
location = pyse.find_in('example.png', region=(100, 100, 500, 500))
# Find any of a list of images on the screen
image, location = pyse.find_any(['example1.png', 'example2.png'])
# Take a screenshot and save it to a file
pyse.take('screenshot.png')
For detailed information on the usage of each function, please refer to the docstrings in the code.
Acknowledgements
This package is based on the PyAutoGUI library, which can be found at https://pypi.org/project/PyAutoGUI/.
License
...
Release files for pyautogui-simplified-edition 1.0a2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyautogui_simplified_edition-1.0a2.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyautogui_simplified_edition-1.0a2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.4 kB
Release files / pyautogui_simplified_edition-1.0a2.tar.gz
| Download URL | pyautogui_simplified_edition-1.0a2.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ea8d95cab8de46a29ae0461d30afa591eccfcdd1f599bd62188d6f86ac57290
|
|
BLAKE2b-256 checksum How to use checksums |
9a77360c4af9190045e4c44c6a3761d9f4a5def97aeb71fb31ebb090e0c51243
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|
Release files / pyautogui_simplified_edition-1.0a2-py3-none-any.whl
| Download URL | pyautogui_simplified_edition-1.0a2-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe5c27036a5e4e4192ba00068cd2cf35dc9814782d47a58908b4b4cdcf2992d9
|
|
BLAKE2b-256 checksum How to use checksums |
8879d4518df16fcba204f02fddcd149fbd6e20bb13992dc9b1efee96fda3e654
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|