Skip to content

Instantly share code, notes, and snippets.

View nstrauss's full-sized avatar
💭
🐍 🏫 📡

Nathaniel Strauss nstrauss

💭
🐍 🏫 📡
View GitHub Profile
@nstrauss
nstrauss / loginwindow_events.py
Last active December 15, 2020 22:14 — forked from pudquick/loginwindow_events.py
Send polite Logout / "really" Logout / Restart / Shutdown Apple Events to loginwindow via python and pyObjC - Python 3
#!/usr/bin/python3
# Stolen entirely from Michael Lynn
# https://gist.github.com/pudquick/9683c333e73a82379b8e377eb2e6fc41
# Edited for Python 3
import struct
import objc
from Cocoa import NSAppleEventDescriptor