Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python get cpu info

import cpuinfo

print('CPU =', cpuinfo.get_cpu_info()['brand_raw'])
 
PREVIOUS NEXT
Tagged: #python #cpu #info
ADD COMMENT
Topic
Name
5+2 =