software:microsoft:windows:automation
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:microsoft:windows:automation [2017/09/02 03:41] – [automating the Windows GUI] superwizard | software:microsoft:windows:automation [2020/03/08 21:31] (current) – superwizard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== autohotkey ====== | ||
| + | |||
| + | From: https:// | ||
| + | |||
| + | |||
| + | < | ||
| + | Used to automate windows clicks for data entry | ||
| + | |||
| + | has a window information tool that reveals all data for programming the click. | ||
| + | |||
| + | AutoHotkey (AHK) is a free, open-source macro-creation and automation software for Windows that allows | ||
| + | users to automate repetitive tasks. It is driven by a scripting language that was initially aimed at | ||
| + | providing keyboard shortcuts, otherwise known as hotkeys, that over time evolved into a full-fledged | ||
| + | scripting language. And if you're really interested, here's a great video about it | ||
| + | </ | ||
| + | |||
| + | |||
| + | ====== Welcome to PyAutoGUI’s documentation python automation ====== | ||
| + | |||
| + | From: https:// | ||
| + | |||
| + | Also: http:// | ||
| + | |||
| + | Also: https:// | ||
| + | |||
| + | < | ||
| + | Al Sweigart, " | ||
| + | |||
| + | Cross-platform GUI automation for human beings. | ||
| + | |||
| + | PyAutoGUI is a Python module for programmatically controlling the mouse and keyboard. | ||
| + | |||
| + | PyAutoGUI can be installed from the pip tool or downloaded from PyPI: https:// | ||
| + | |||
| + | The source is available on: https:// | ||
| + | </ | ||
| + | |||
| ====== Manage settings of multiple mouses ====== | ====== Manage settings of multiple mouses ====== | ||
| Line 12: | Line 49: | ||
| </ | </ | ||
| - | ====== | + | ====== |
| - | + | ||
| - | From: https:// | + | |
| + | From: https:// | ||
| < | < | ||
| - | AutoHotkey (AHK) is a free, open-source | + | Pulover’s Macro Creator |
| + | |||
| + | Our first choice for free macro software | ||
| + | AutoHotkey language. It is easy to use and yet has all the features | ||
| + | such as compiling to EXE, repeat/loop playback, macro editing, | ||
| + | recording/ | ||
| + | very low memory usage. During testing, the compiled executable macro merely used up 1.2MB of | ||
| + | memory when it is running and does not increase while it is being played repeatedly. | ||
| + | Read More: https:// | ||
| </ | </ | ||
| + | |||
| ====== automating the Windows GUI ====== | ====== automating the Windows GUI ====== | ||
| Line 41: | Line 86: | ||
| | | ||
| ====== | ====== | ||
| + | |||
| + | ====== Kantu automated web testing and capture ====== | ||
| + | |||
| + | From: https:// | ||
| + | |||
| + | |||
software/microsoft/windows/automation.1504323705.txt.gz · Last modified: by superwizard
