Skip to content

lshw is a small tool to extract detailed information on the hardware configuration of the machine.

License

Notifications You must be signed in to change notification settings

null-none/python-lshw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lshw

lshw is a small tool to extract detailed information on the hardware configuration of the machine.

Pip install

pip install lshw

Example

from lshw.client import ListHardware

list_hardware = ListHardware()
result = list_hardware.read_data(list_hardware.get_nic_data())
print(result)

License

MIT

About

lshw is a small tool to extract detailed information on the hardware configuration of the machine.

Topics

Resources

License

Stars

Watchers

Forks

Languages