Last active
January 30, 2024 04:18
-
-
Save finesse-fingers/d0f7c8806e24568815cb67727486d41e to your computer and use it in GitHub Desktop.
Make your PC drink coffee
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
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