How can you extract Hardware ID using Python?

后端 未结 4 666
醉梦人生
醉梦人生 2020-12-18 04:28

How do you extract an HD and Bios Unique ID, using python script?

4条回答
  •  暖寄归人
    2020-12-18 05:11

    Try this library: Hardware ID Extractor


    Small description of the tool:

    The Hardware ID Extractor is a Microsoft Windows program that shows data about your computer's hardware:

    Hard disk:

    • Hard drive ID (unique hardware serial number written in drive's IDE electronic chip)

    • Partition ID (volume serial number)

    CPU:

    • CPU ID (unique hardware ID)
    • CPU vendor
    • CPU running speed
    • CPU theoretic speed

    Physical memory:

    • Memory Load ( Total memory used in percentage (%) ) *Total Physical ( Total physical memory in bytes ) *Avail Physical ( Physical memory left in bytes ) *Total PageFile ( Total page file in bytes ) *Available PageFile( Page file left in bytes ) *Total Virtual( Total virtual memory in bytes ) *Available Virtual ( Virtual memory left in bytes )

提交回复
热议问题