This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import psutil | |
import pyautogui | |
# Check https://youtu.be/OGKQ6krf5O0 for a demo | |
# Required software | |
# Python 3 (https://www.python.org/downloads/) (with installation: check add to PATH) | |
# psutil (pip install psutil) | |
# pyautogui (pip install pyautogui) |