Skip to main content

A wrapper for pywin32 that adds some extra functionality and solves common issues.

Project description

Pywinput

A wrapper for pywin32 that allows for simulating keyboard and mouse input within background windows

Installation

Pip

pip install pywinput

Poetry

poetry add pywinput

Usage

from pywinput import Window, Key, Button

if __name__ == '__main__':
    win = Window.create(
        title='My Test Window',
        x=400,
        y=400,
        width=200,
        height=200,
    )
    win.show()
    win.text = 'My new window title'

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

pywinput-0.1.0.tar.gz (47.7 kB view hashes)

Uploaded Source

Built Distribution

pywinput-0.1.0-py3-none-any.whl (48.8 kB view hashes)

Uploaded Python 3

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