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

Download inspect.exe

https://github.com/changgwak/python-automation/tree/master/inspect or
https://learn.microsoft.com/en-us/windows/win32/winauto/inspect-objects

How to update PYPI (for 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.3.tar.gz (165.7 kB view details)

Uploaded Source

Built Distribution

python_automation-0.2.3-py3-none-any.whl (175.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: python-automation-0.2.3.tar.gz
  • Upload date:
  • Size: 165.7 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.3.tar.gz
Algorithm Hash digest
SHA256 d68cbfed64db07e3d757f80b15990b0cc704eb3549415864f8f023ca1da5df14
MD5 ffef93b2672c70e7bb47dd0b223f9d1f
BLAKE2b-256 961572f4b62b93bdfc5841dedfbd49eda1028b6134303526bae77de62ab54b6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_automation-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 310ce2b76f788746f63c87a8a12ce712a97272f0e117b9ad360e8aa3c13cb335
MD5 f8c20535cff728880a55827153b10488
BLAKE2b-256 0fbe62baa8edc8d534e36254c10abecb9ef73f6ed78129b8d92a35741657a633

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