User Tools

Site Tools


software:microsoft:windows:automation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:microsoft:windows:automation [2017/01/30 02:07] superwizardsoftware:microsoft:windows:automation [2020/03/08 21:31] (current) superwizard
Line 1: Line 1:
 +====== autohotkey ======
 +
 +From: https://autohotkey.com/
 +
 +
 +<code>
 +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 
 +</code>
 +
 +
 +====== 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
 +
 +<code>
 +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
 +</code>
 +
 ====== Manage settings of multiple mouses ====== ====== Manage settings of multiple mouses ======
  
Line 12: Line 49:
 </code> </code>
  
-====== autohotkey ======+====== Top 10 Free Macro Automation Software ======
  
-From: https://autohotkey.com/+From: https://www.raymond.cc/blog/make-your-computer-automatically-perform-tasks-for-you/2/
  
 +<code>
 +Pulover’s Macro Creator
  
-<code> +Our first choice for free macro software is Pulover’s Macro Creator which is based on the  
-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 languageAnd if you're really interestedhere's a great video about it +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/playbackcustomizing hotkeys, scheduler, speeding up playback and most importantly, 
 + very low memory usageDuring testingthe 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/
 </code> </code>
 +
  
 ====== automating the Windows GUI ====== ====== automating the Windows GUI ======
Line 39: Line 84:
     directory, size, date, properties, content or regular expressions. You can even save sets of associations in profiles and associate a profile      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.     to each desired folder, to scan monitored folders at a defined time interval.
 +    
 +======  JitBit ======
 +
 +====== Kantu automated web testing and capture ======
 +
 +From: https://a9t9.com/
 +
 +
 +
software/microsoft/windows/automation.1485742034.txt.gz · Last modified: by superwizard