Skip to content

A system info script based on Python, to poll info about a Linux-based system. Uses minimal imports not included in most major Linux Distros.

Notifications You must be signed in to change notification settings

ruxunderscore/sysinfo.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysinfo.py

A system info script based on Python, to poll info about a Linux-based system. Uses minimal imports not included in most major Linux Distros.

image

Dependencies

python3-psutil python3-cpuinfo

sudo cp /sys/class/dmi/id/product_serial /home/ sudo chown <username>: /home/product_serial

Raspberry Pi & Systems Without Some DMI Class Info

The sysinfo-raspi.py script is compatible with systems that do not have some dmi class information available.

TODO

  • Create a Python Script for use in Windows.

About

A system info script based on Python, to poll info about a Linux-based system. Uses minimal imports not included in most major Linux Distros.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages