A python script for retrieving info about your currently running Linux box.
The only requirement is the psutil module, which you can install using the package manager from your distribution or via pip.
$ pip install psutil
$ sudo apt-get install python-psutil
$ sudo dnf install python2-psutil # For python 2.x
$ sudo dnf install python3x-psutil # for Python 3.x
$ sudo yum install python2-psutil # For python 2.x
$ sudo yum install python3x-psutil # for Python 3.x