Getting Windows computer system info

Waldemar Osuch osuchw at ecn.ab.ca
Tue Nov 9 23:47:10 EST 2004


Bolin wrote:
> I was wondering how to get some system info from a PC running Windows
> in python. 

For ease of use nothing beats Tim Golden's wmi package:
http://tgolden.sc.sabren.com/python/wmi.html

But one can do the same stuff using Mark Hammond's pywin32
http://sourceforge.net/projects/pywin32/

Check out <python install>Lib\site-packages\win32\demos folder for examples



More information about the Python-list mailing list