python macOS PyObjc Computername

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python macOS PyObjc Computername相关的知识,希望对你有一定的参考价值。

import SystemConfiguration

prefs = SystemConfiguration.SCPreferencesCreate(None, "SystemConfiguration", None)
print SystemConfiguration.SCPreferencesGetValue(prefs, "System")["System"]["ComputerName"]

以上是关于python macOS PyObjc Computername的主要内容,如果未能解决你的问题,请参考以下文章

python pyobjc的例子。

python PyObjc系统Icon.py

python pyobjc:获取finder的可见窗口路径

python 在OS X上强制使用pyobjc自动发现时区

python 使用PyObjC和NSWorkspace设置桌面图片。我是个伪君子!

使用 Esky 冻结/打包 Cocoa PyObjC Python 应用程序