2024-08-19|閱讀時間 ‧ 約 21 分鐘

WFH 小幫手


你是否也有以上的困擾? 可以參考以下做法^^

  1. 打開你的終端機
  2. 輸入 pip install PyAutoGUI
  3. 打開一個記事本
  4. 貼上以下程式碼,然後儲存 比如 mouse.py
import pyautogui
while True:
pyautogui.moveTo(300, 100, duration = 3)
pyautogui.moveTo(1000, 800, duration = 3)

最後在該路徑執行 python mouse.py

這樣你的滑鼠就會一直在座標(300,100) 到 (1000, 800) 之間移動囉 :$


sorry 這是一篇廢文 💩


分享至
成為作者繼續創作的動力吧!
© 2024 vocus All rights reserved.