import cpuinfo print('CPU =', cpuinfo.get_cpu_info()['brand_raw'])
import cpuinfo cpuinfo.get_cpu_info()['brand_raw'] # get only the brand name