User Tools

Site Tools


software:microsoft:windows:automation

autohotkey

From: https://autohotkey.com/

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://pyautogui.readthedocs.io/en/latest/

Also: http://www.seleniumhq.org/

Also: https://www.youtube.com/watch?v=dZLyfbSQPXI

Al Sweigart, "Automating Your Browser and Desktop Apps", PyBay2016

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://pypi.python.org/pypi/PyAutoGUI

The source is available on: https://github.com/asweigart/pyautogui

Manage settings of multiple mouses

From: http://www.eithermouse.com/

Instantly changes settings when any mouse is used:
swap buttons
mirror cursor
adjust speeds
and more...

Top 10 Free Macro Automation Software

From: https://www.raymond.cc/blog/make-your-computer-automatically-perform-tasks-for-you/2/

Pulover’s Macro Creator

Our first choice for free macro software is Pulover’s Macro Creator which is based on the 
AutoHotkey language. It is easy to use and yet has all the features that we’re looking for 
such as compiling to EXE, repeat/loop playback, macro editing, hotkeys to start/stop 
recording/playback, customizing hotkeys, scheduler, speeding up playback and most importantly,
 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://www.raymond.cc/blog/make-your-computer-automatically-perform-tasks-for-you/2/

automating the Windows GUI

From: http://www.autoitscript.com/site/autoit/

  AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. 
  It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate
  tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, 
  self-contained and will run on all versions of Windows out-of-the-box with no annoying “runtimes” required!
  
  

From: http://dropit.sourceforge.net/

  When you need to organize files, DropIt can eliminate much of the drudgery of searching and manually opening folders and moving files around.
  You can configure DropIt to perform 15 different actions on your files and folders (Move, Copy, Compress, Extract, Rename, Delete, Open With, 
  Upload, Send by Mail, Create List, Create Playlist, Create Shortcut, Copy to Clipboard, Change Properties, Ignore), filtering files by name, 
  directory, size, date, properties, content or regular expressions. You can even save sets of associations in profiles and associate a profile 
  to each desired folder, to scan monitored folders at a defined time interval.
  

JitBit

Kantu automated web testing and capture

software/microsoft/windows/automation.txt · Last modified: 2020/03/08 21:31 by superwizard