Comment faire une boîte alerte en Python

import pyautogui
print(pyautogui.alert("Hi grepper user"))
Programmer of empires