Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 513 Bytes

README.rst

File metadata and controls

33 lines (22 loc) · 513 Bytes

cpufreq

Python module to control the frequency on Linux systems.

Features

  • Get current Frenquency and governor by CPU.
  • Set frequency by CPU.
  • Enable and Disable CPUs.

Prerequisites

  • Custom CPU power managment enabled on BIOS
  • Power Management Driver installed (acpi for example)
  • Python2 or newer

Site

Installation

$ pip3 install cpufreq

Usage

Use the example file script: cpufreq_example.py