Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get cpu model in python

 import cpuinfo
 cpuinfo.get_cpu_info()['brand_raw'] # get only the brand name
 
PREVIOUS NEXT
Tagged: #cpu #model #python
ADD COMMENT
Topic
Name
9+6 =