Skip to main content

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

  1. Update on Github after modifying codes.

Update version

  1. Update __version__ in __init__.py file in package
  2. Update version in setup.py file (Same setting as first step)
  3. Update after addtion, if install_requires is added in setup.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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-automation-0.2.5.tar.gz (181.4 kB view details)

Uploaded Source

Built Distribution

python_automation-0.2.5-py3-none-any.whl (197.1 kB view details)

Uploaded Python 3

File details

Details for the file python-automation-0.2.5.tar.gz.

File metadata

  • Download URL: python-automation-0.2.5.tar.gz
  • Upload date:
  • Size: 181.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.11

File hashes

Hashes for python-automation-0.2.5.tar.gz
Algorithm Hash digest
SHA256 0105ab617c67d45f748a7d90532a014cbdbc9171c77152ed3f84e50041572b44
MD5 a2a553e3d6295cb64d8997a0c3cf1d37
BLAKE2b-256 bd4f1f17b18b096f57a8d3e0ffd0ce64e5d9964d72706428d07bec1aec26e8ba

See more details on using hashes here.

File details

Details for the file python_automation-0.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for python_automation-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fca822bf23e103e5a3760c70bc9640f29c8d4046f6c1f7c19749d02ee749571e
MD5 a4d990173c7968a8e565a349c1d39ac6
BLAKE2b-256 3980d2a5a785fbd267dbac7b07cf55859ca0ce39fee91bcf85cb4b4236e438da

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page