window automation package
Project description
pyautomation
pyautomation is a set of Python modules designed to automate the Microsoft Windows GUI, specifically without interacting with the mouse cursor and keyboard. At its simplest, it allows you to post mouse and keyboard events to Windows dialogs and controls.
With the pyautomation package, you can control your GUI automatically while simultaneously controlling the mouse and keyboard physically, similar to how selenium automates web browsers.
Create virtual environment(Recommended)
python -m venv myvenv
source ./myvenv/Scripts/activate
Installation
pip install python-automation
How to use
import pyautomation
How to download inspect.exe
Click this git repo or MS Official Website for inspect
How to update PYPI (for only project manager)
Revision codes
- Update on Github after modifying codes.
Update version
- Update
__version__
in__init__.py
file in package - Update
version
insetup.py
file (Same setting as first step) - Update after addtion, if
install_requires
is added insetup.py
Generate whl file
python setup.py sdist bdist_wheel
python setup.py bdist_wheel
Upload whl file
python -m twine upload dist/*
twine upload dist/pyautomation-X.X.X-py3-none-any.whl
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
File details
Details for the file python-automation-0.4.5.tar.gz
.
File metadata
- Download URL: python-automation-0.4.5.tar.gz
- Upload date:
- Size: 181.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4db841239a1435406da3a975d267aa2355070b629a24f141b68d08c45096c20 |
|
MD5 | bd9ef4ff43eb76937d54a11810f391c3 |
|
BLAKE2b-256 | 4b28b7ee7d67d86cca608894c834c1c72302695568c2e5b4e4fcaf55e8f760da |
File details
Details for the file python_automation-0.4.5-py3-none-any.whl
.
File metadata
- Download URL: python_automation-0.4.5-py3-none-any.whl
- Upload date:
- Size: 196.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14ebe53dc02d0cf97a1bde86144ab3f2c4ba86353e3598a49e05588d74bf651c |
|
MD5 | edd79f9606f62afcf021c37c9fb12668 |
|
BLAKE2b-256 | 6bb1c1d77f90ef9dcd682e46074d9bc549cd6f1d393febbe218d264f33a3bafb |