Usage

As a library

To use hwid in a project:

import hwid

print(hwid.get_hwid())

As a CLI tool

Run it without installing, straight from PyPI:

uvx hwid

Or, once installed, invoke the console script:

hwid