📅  最后修改于: 2022-03-11 14:46:11.405000             🧑  作者: Mango
import pyautogui # pip install pyautogui
# simulate a left-click with the mouse (at the current mouse position)
pyautogui.click(button='left')