标签: python windows
我希望在Windows XP系统下获取窗口名称,进程,创建时间等信息。 我该怎么做?是否有可以提供该信息的模块?
感谢。
答案 0 :(得分:2)
看看Python bindings for the Win32 API。对于其他人来说,我的Win32 API文档比Python绑定更好。对于进程枚举任务,请查看Process Information (Windows)上的文档。