A set of tools for interacting with windows regardless of them being minimized or in background.
Project description
window_input
A set of tools for interacting with windows, including those that are non foreground and even minimized.
Installation
pip install window_input
Recommended Usage
from window_input import Window, Key
Examples
from window_input import Window, Key
import time
if __name__ == "__main__":
foreground = Window()
foreground.key_down(Key.VK_F4)
foreground.key_down(Key.VK_LALT)
time.sleep(.2)
foreground.key_up(Key.VK_F4)
foreground.key_up(Key.VK_LALT)
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
window_input-1.7.tar.gz
(7.7 kB
view hashes)
Built Distribution
Close
Hashes for window_input-1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | baf269222599c54b301c188b7d7e23401e5ec14bce5cb20cbcb30806d8b41656 |
|
MD5 | 768d7c07736fd9cb3967004ec786f97f |
|
BLAKE2b-256 | 636588b6ed04bbe8acc62906d997a5a30a174c3825d0430ab304401129a23772 |