Skip to content

Instantly share code, notes, and snippets.

@Airr
Forked from gregneagle/gist:60ce73c7e267d993f1c1
Last active September 16, 2018 17:07
Show Gist options
  • Save Airr/2d9823b9f261fe1f9cea to your computer and use it in GitHub Desktop.
Save Airr/2d9823b9f261fe1f9cea to your computer and use it in GitHub Desktop.
macOS PyObjc Computername
import SystemConfiguration
prefs = SystemConfiguration.SCPreferencesCreate(None, "SystemConfiguration", None)
print SystemConfiguration.SCPreferencesGetValue(prefs, "System")["System"]["ComputerName"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment