Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 554 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 554 Bytes

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.