Get system information(CPU speed-Total RAM-Graphic Card model etc.) under Windows
I searched a lot but couldn't find anything useful. Is this possible to get system information like; CPU: Intel Core i7-3770K CPU @3.5Ghz RAM: 8GB Graphic Card: NVIDIA GeForce GTX 680 under Windows? How can I reach this output? Edit: platform.processor() is not giving the output that I want. So that is useless for me. HEADLESS_0NE I've been wondering how to do this myself for a while now, so I dug around a bit and came up with this solution using wmi (which requires pywin32 ). Of course, it goes without saying, this only works on Windows machines (and the question has the Windows tag). import