git clone https://github.com/aymenbrahimdjelloul/ProcessorPy.git
cd ProcessorPy
python setup.py install
Import the library and initialize the main classes:
from processorpy import Processor, Sensors
print(processor.name)
print(sensors.get_cpu_temperature(friendly=True))