Python module to control the frequency on Linux systems.
- Get current Frenquency and governor by CPU.
- Set frequency by CPU.
- Enable and Disable CPUs.
- Custom CPU power managment enabled on BIOS
- Power Management Driver installed (acpi for example)
- Python2 or newer
$ pip3 install cpufreq
Use the example file script: cpufreq_example.py