NATHAN242's Projects
Projects
Tools
Libraries
Web Tools
Project repo: LINK
Hardware information utility for Windows written in Python.
This requires Python 2 with the wmi and pywin32 modules.
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).