Dive into your creative stream
This script creates a ripple effect around your mouse cursor upon performing mouse clicks so that your audience would recognise that the click have been performed.
This yellow circle around your mouse cursor would be visually helpful for your audience when you create recorded demos or lessons or remotely share your screen with your colleagues at work.
In this video, we're are going to create a script that allows you to use multiple clipboards (with back-up capability) step by step
In this video we will be going through various topics around using the clipboard variable to make the most use out of your clipboard
In this video, I will be demonstrating five different scripts that use UWP API (Universal Windows Platform API) to perform Optical Character Recognition (OCR).
In this video I walk you thru how to download and use the portable version of Tesseract for Optical Character Recognition (OCR) and Leptonica for image pre-processing to improve the OCR result.
Watch this video to learn how to use Tesseract to performance Optical Character Recognition (OCR) on images that contain English or foreign language texts.
This script allows you to capture an area of screen or the entire screen simply using a button and saves the captured image in a folder. The script also has an auto-capture functionality whereby it saves down a screen capture every interval you specify within the interface.
These are some methods through which you can download videos streamed online. Some methods do not require any programs other than your browser while others will use (free) external programs such as VLC Media Player, youtube-dl and ffmpeg.
This Autohotkey script uses youtube-dl to download a list of YouTube videos.
In this video, we're going to learn how to use youtube-dl to download YouTube videos. youtube-dl is a command line program which you can also run through AutoHotkey scripts.
In this video, I walk you through the method of using AutoHotkey to run command prompt commands to create, modify and delete Tasks on Task Scheduler.
Watch this video to learn how to schedule AutoHotkey script to execute in future the simplest way!
In this video, I walk you through how command prompt commands can be executed from AutoHotkey. I'll be demonstrating lots of useful Cmd commands along the way.
This video is going to cover the Run and Runwait commands and will go through (among other things): 1. Basics of Run and Runwait 2. Use Run to Run a Search in a Folder 3. Pass Arguments to Programs 4. Pass Variables to another AutoHotkey script 5. How to Set Up and use Environmental Variable Path
Use this script to quickly test out your code in a small GUI, instead of creating a new test script.
This script monitors and logs user key inputs and windows on which the user has been active on (including timestamps).
In this video I explain what #MaxThreadsPerHotkey is and how you can make use of it. One of the examples I'll be showing you includes an infinite loop that you can toggle on and off by a single Hotkey.
Using this script, you can create and display subtitles on your screen!
You can create a very neat-looking frameless Notepad that sits always on top of other windows using the script!
This AutoHotkey screen clipping script is a fantastic tool that can replace the windows default Snipping tool. Watch this video to help you get set up!
If you want to customize your Traytip in AutoHotkey, you can use this Notify script!
This script allows you to customize your tooltip's font and color for better looks!
Use this single line of code (Regex) in AHK to switch date formats between US and UK!
This is the basics of creating a Tooltip using AutoHotkey.
These Hotkeys let you control your YouTube video from any window.
You can save the picture you drew with your mouse using this AutoHotkey script and redraw it whenever.
With this script you can infinitely send mouse clicks to a coordinate.
This is a more advanced mouse click recorder with a saving feature and allows for sleep time after each click.
Use this script to make any window sit always on top.