NATHAN242's Projects

Projects

Tools

Libraries

Web Tools


System Detect

Project repo: LINK

Introduction

Hardware information utility for Windows written in Python.

This requires Python 2 with the wmi and pywin32 modules.

Details

This utility will show hardware specifications such as CPU model, RAM size, HDD model/size and will also show the Windows BIOS license key if one is present.

Hardware information is retrieved using WMI and the BIOS license key is obtained by calling GetSystemFirmwareTable() from kernel32.dll (using ctypes).