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
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
pywinput-0.1.0.tar.gz
(47.7 kB
view details)
Built Distribution
pywinput-0.1.0-py3-none-any.whl
(48.8 kB
view details)
File details
Details for the file pywinput-0.1.0.tar.gz
.
File metadata
- Download URL: pywinput-0.1.0.tar.gz
- Upload date:
- Size: 47.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c523fb143bcbfdebe73f1490e75d4d0b9acd08f6158943233b119cdd73251120 |
|
MD5 | 07c38d78f49ba056ac3322fd9514fe01 |
|
BLAKE2b-256 | 5753a268ada1debb2902ce8a57e282b8622f95cf84b142184f8e41de35df6a37 |
File details
Details for the file pywinput-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pywinput-0.1.0-py3-none-any.whl
- Upload date:
- Size: 48.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44723be1f79f17160e9278c96dc8a702e4bcee92d9ff335bb1375a10bd12e40f |
|
MD5 | b69abc5d937fa807c90475ab2815fe13 |
|
BLAKE2b-256 | 3464d895f9bb8e1498ad98a0596b1a05fced5d70e288ad570114dc2b4c495dca |