como fazer uma caixa de alerta em python

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