Skip to content

Instantly share code, notes, and snippets.

@finesse-fingers
Last active January 30, 2024 04:18
Show Gist options
  • Save finesse-fingers/d0f7c8806e24568815cb67727486d41e to your computer and use it in GitHub Desktop.
Save finesse-fingers/d0f7c8806e24568815cb67727486d41e to your computer and use it in GitHub Desktop.
Make your PC drink coffee
python -m pip install pyautogui --quiet
echo "Making an oat latte with 2 sugars..."
echo "Drinking..."
echo "Press ctrl+c to stop drinking..."
python -c "import pyautogui, time; [(pyautogui.press('shift'), time.sleep(59)) for _ in iter(int, 1)]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment