Как выключить компьютер с pyautogui

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