Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/umermansoor/platformwiseinpython
- Owner: umermansoor
- Created: 2012-11-16T02:12:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-16T02:20:21.000Z (about 12 years ago)
- Last Synced: 2024-04-15T04:22:50.281Z (9 months ago)
- Language: Python
- Size: 105 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.