cpuinfo-3
Python module for getting CPU info (Python 3)
Install
- All systems
-
curl cmd.cat/cpuinfo-3.sh
- Debian
-
apt-get install python3-cpuinfo - Ubuntu
-
apt-get install python3-cpuinfo - Kali Linux
-
apt-get install python3-cpuinfo - Fedora
-
dnf install python3-cpuinfo - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-cpuinfo
python3-cpuinfo
Python module for getting CPU info (Python 3)
The cpuinfo Python module provides pure Python tools for getting CPU infos. py-cpuinfo works without any extra programs or libraries beyond what the OS provides. For instance - on Linux based systems - python-cpuinfo retrieves information from various sources, including but not restricted to: /proc/cpuinfo, dmesg, lscpu, device-tree ibm features flags, etc. This package installs the library for Python 3.