A lightweight Python library for automating Windows GUI tasks, featuring simple functions to run applications, find windows, click, and type text.
Project description
win_auto_tiny
win_auto_tiny is a lightweight Python library for automating Windows GUI tasks, featuring simple functions to run applications, find windows, click, and type text.
This library is lightweight and includes the features I personally needed. If you are looking for full-featured GUI automation, consider looking at PyAutoGUI or AutoHotKey.
Features
- Process Management: Easily execute and kill applications.
- Window Utilities: Minimize, find, and interact with application windows.
- DPI Handling: Get DPI settings and manage graphical transformations.
- Mouse Control: Perform mouse clicks and other actions.
- Keyboard Control: Send keys and text input to applications.
- Drawing Utilities: Draw on application windows using RGB colors.
Installation
PS > pip install win_auto_tiny
Usage
See tests directory.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For any questions or support, please reach out to me via GitHub Issues.
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
Built Distribution
Hashes for win_auto_tiny-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e3cef26773ba96a4805544ec04c2f6746a9e9357eb4acecf699a699b39f7743 |
|
MD5 | bca0c34732ac8223a504e6f9ad46f047 |
|
BLAKE2b-256 | 4f6b5ba92e01551f8fa5fd42c505b14e8e486e615da27fdbc72032000ed1ac2a |