📜  python spammer - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:23.834000             🧑  作者: Mango

代码示例1
import pyautogui
from time import sleep

while True:
    pyautogui.write("Print what you want here")
    pyautogui.press('Enter')