Last active
January 30, 2024 04:18
-
-
Save finesse-fingers/d0f7c8806e24568815cb67727486d41e to your computer and use it in GitHub Desktop.
Revisions
-
finesse-fingers revised this gist
Jan 30, 2024 . No changes.There are no files selected for viewing
-
finesse-fingers created this gist
Jan 30, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ 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)]"