Skip to content

Instantly share code, notes, and snippets.

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)