|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/intro-to-autohotkey/
课程评论:没有评论
课程名称:AutoHotkey入门 / 如何利用AHK来改造您的Windows PC 课程概述:本课程将教会您如何使用AutoHotkey,这是一个非常强大的自动化脚本语言,特别适合非程序员使用,可以帮助您实现桌面自动化和机器人流程自动化(RPA)。您将学习编程的基础知识,同时了解如何使用这一免费的开源工具,远比其他收费的RPA工具(如UIPath、Automation Anywhere等)更具成本效益。 本课程将引导您通过一系列实用的示例,帮助您自动化日常工作,提高工作效率。例如,您可以通过简单的脚本来自动化Excel、Word、PowerPoint等办公软件,甚至进行互联网数据抓取。您将学习如何创建、编写和共享脚本,并快速生成可以在大多数Windows电脑上运行的可执行文件。 课程内容包括: - 选择合适版本的AHK - 使用优秀的AutoHotkey编辑器/IDE - 脚本的结构和执行 - 热键与热字符串的使用 - 自定义Windows应用程序,重映射键位 - 向变量赋值、评估条件 - 显示进度提示的窗口 - 使用子例程和创建自定义函数 - 脚本调试与最佳实践 通过学习AutoHotkey,您将能够更好地管理时间,提高工作效率,使您的计算机更加个性化。无论您是计算机新手还是希望提高自动化技巧的用户,本课程都将提供您所需的基础知识和技能。只需一台Windows计算机,就能开始您的自动化之旅!
In this course we learn how to use AutoHotkey. First we learn about Desktop Automation & Robotics Process Automation (RPA). We take our first steps learning how to program in AutoHotkey. This course is for non-programmers that want to learn how to use this free (open source) tool!Robotics Process Automation is a BOOMING field. Most other tools (UIPath, Automation Anywhere, Blue Prism, etc.) cost $10,000 plus per license while AutoHotkey is free! What's really great about AutoHotkey is that after you write a script, you can share it by right-clicking the script and compiling it. In about 2 seconds you have an executable that will run on most Windows computers (Windows XP, 7, 8 and 10)This course covers the basics and is designed for non-programmers wanting to automate the mundane with AutoHotkeysAutoHotkey is an amazing scripting language that can do amazing things! This course begins the journey leaning AutoHotkey. Learning AutoHotkey will reduce the need for time management by making you more productive. AutoHotkey will help you make your computer more personal!Want to hack windows? AutoHotkey is by far the easiest way to automate your Windows computer. Desktop support experts often leverage AutoHotkey to streamline the onboarding process.AutoHotkey is more powerful than Windows Powershell, iMacros, and is easier to learn than Visual Basic, AutoIt or JavaScript.This is a great tool equivalent to xdotool on LinuxAutoHotkey is more standardized than Selenium (Although you can use the two together)There are some great, and free, Macro Recorders for AutoHotkey. These can help new users automate their Windows comptuersYou can leverage AutoHotkey to send commands to the Windows command line / cmdAutomate Copying / Pasting / Sending Mouse clicks to windows programsAutoHotkey can be used to automate Excel VBA, MS Word, PowerPoint, Outlook, and perform web scraping with Internet Explorer or Chrome. What's great is you can Automate Excel just like you do with VBA and then send your file out without an Excel Macro.Easily parse text with Regular Expressions (RegEx) or some of the built-in String parsing functions that AutoHotkey has.This course is created for people entirely new to desktop automation. There's no previous requirements other than having a Windows computer that you want to hack!Here's a high-level overview of what you'll learnWhich version of AHK to useA great AutoHotkey editor / IDE to useWhen to have multiple verse single scriptsUnderstanding the Auto-Execute sectionHotkeys & HotstringsHacking windows programs to remap keys to your preferencesSending mouse clicksAssigning values to variablesEvaluating conditions (Using the if command, etc.)Displaying Splash screens & tool tips to inform users of the scripts progressGo subs / SubroutinesHow to use AutoHotkey functions and create your own!Using the #Include directive & when you don't need to!Some of the very cool built-in AutoHotkey variablesHow to Activate a window / Check if it existsMoving, hiding and showing windowsSetting and getting the statusbarTroubleshooting your scripts / Best practices & tips for what to do when things go wrong