This is the Documentation page for ProcessorPy

Installation

git clone https://github.com/aymenbrahimdjelloul/ProcessorPy.git
        cd ProcessorPy
        python setup.py install

Getting Started

Import the library and initialize the main classes:


from processorpy import Processor, Sensors

print(processor.name)
print(sensors.get_cpu_temperature(friendly=True))