A package for accessing system informations
Project description
system_info
- This is a module which can provide following system informations.
- For Linux system it requires sudo user password.
- Processor
- Total Disk Space
- Available Space
- CPU
- Operating System
- OS Version
- Ip
- CPU_Core
- HD Size
- Manufacturer
- Model
- RAM
- HD Type
- Serial_Number
It can be used as
from system_info import sysinfo
system_details = sysinfo.os_info.systemSpec()
Sample output will look like below,
{'Processor': 'Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz', 'Total Disk Space': '454GB', 'Available Space': '304GB', 'CPU': 4, 'Operating System': 'Ubuntu', 'OS Version': '14.04.1', 'Ip': 'xxx.xxx.xx.xxx', 'CPU_Core': ' 2', 'HD Size': '500GB', 'Manufacturer': 'Dell Inc.', 'Model': 'Latitude 3560', 'RAM': ' DDR3', 'HD_Type': ' SATA controller', 'Serial_Number': 'xxxxxxx'}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
system_info-0.0.2.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file system_info-0.0.2.tar.gz
.
File metadata
- Download URL: system_info-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d252dd8449912477f29fa85d48648aee881cce0ca1c23e92859e74f408b8126 |
|
MD5 | ae39f1012825ff9f6e3937a3a77f2d47 |
|
BLAKE2b-256 | fd50246996e17f2f9202d14c01bcbfab1dfc4da992152a3db79b0d180ff4ad8f |
File details
Details for the file system_info-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: system_info-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8def0709b8ac9d7e22476755fc5acf07d661ca30a9f2aae8a7d6592728e7a9d |
|
MD5 | a5edee13093d9fd6135cce1ba8ddbf7b |
|
BLAKE2b-256 | 3a7b846dd7b6c3d578c29003125e0f879fa8f71aa2fa2a678f4fa57a5ddd0a0f |