Skip to main content

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.
  1. Processor
  2. Total Disk Space
  3. Available Space
  4. CPU
  5. Operating System
  6. OS Version
  7. Ip
  8. CPU_Core
  9. HD Size
  10. Manufacturer
  11. Model
  12. RAM
  13. HD Type
  14. 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


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 hashes)

Uploaded Source

Built Distribution

system_info-0.0.2-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page