Как сделать оповещение в Python

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