Cómo apagar la computadora con pyautogui

import os
os.system("shutdown /s /t 1")
Programmer of empires