Articles → Python → Pyautogui.Alert Function In Pyautogui
Pyautogui.Alert Function In Pyautogui
Purpose
Example
import pyautogui
pyautogui.alert(text="This is the test message", title="Test title", button="Agreed")
- Text – Sets the text of the message box.
- Title – Sets the title of message box.
- Button – Sets the text of the button.
Output
Click to Enlarge