A simplified edition of the PyAutoGUI library
Project description
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
...
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 pyautogui_simplified_edition-1.0a2.tar.gz.
File metadata
- Download URL: pyautogui_simplified_edition-1.0a2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ea8d95cab8de46a29ae0461d30afa591eccfcdd1f599bd62188d6f86ac57290
|
|
| MD5 |
44098198158087160eacd4648203f796
|
|
| BLAKE2b-256 |
9a77360c4af9190045e4c44c6a3761d9f4a5def97aeb71fb31ebb090e0c51243
|
File details
Details for the file pyautogui_simplified_edition-1.0a2-py3-none-any.whl.
File metadata
- Download URL: pyautogui_simplified_edition-1.0a2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe5c27036a5e4e4192ba00068cd2cf35dc9814782d47a58908b4b4cdcf2992d9
|
|
| MD5 |
a547916243d70d61bbd7dd3bb453a73e
|
|
| BLAKE2b-256 |
8879d4518df16fcba204f02fddcd149fbd6e20bb13992dc9b1efee96fda3e654
|