sysinfo: General system information
What is it
sysinfo is a Python package that provides general information about the system.
Example
import sysinfo
print(sysinfo.getsysinfo())
Would print:
System Information
------------------
Operating System : Windows-10-10.0.10586-SP0
Processor : Intel64 Family 6 Model 44 Stepping 2, GenuineIntel
Installed Memory (RAM) : 7.97 GB
Available Memory : 5.1 GB
System Type : AMD64
Hostname : Ganesha
Python Version : 3.5.1 |Continuum Analytics, Inc. (AMD64)
User Name : rtogo
Installation
You can install using pip
:
pip install sysinfo
License
MIT