Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umermansoor/platformwiseinpython

A simple Python script to get information about the system like number of CPU cores, RAM, Java version, etc.
https://github.com/umermansoor/platformwiseinpython

Last synced: 7 days ago
JSON representation

A simple Python script to get information about the system like number of CPU cores, RAM, Java version, etc.

Awesome Lists containing this project

README

        

PlatformWiseInPython
====================
A first attempt at Python.

Supported Systems: Mac OSX, Linux, FreeBSD and Sun OS

A script which returns information about the system like system memory, number
of cores, etc.Currently, this script supports FreeBSD, Linux, OSX and SunOS.

Note that this doesn't use the 'platform' module of python, instead relying on shell commands to get the information.