Modules¶
An overview of the modules that make up hwid.
The API reference below is generated automatically from the source docstrings.
Public API (hwid.core)¶
The package exposes hwid.get_hwid() at the top level.
Core functionality for getting hardware IDs.
- hwid.core.get_hwid()[source]¶
Get the hardware ID of the current machine.
- Returns:
The hardware ID string.
- Return type:
- Raises:
UnsupportedOSError – If the operating system is not supported.
InvalidHWIDError – If the retrieved hardware ID is invalid.
Exceptions (hwid.exceptions)¶
Exceptions for the HWID package.
Logging (hwid.logger)¶
Logging module for HWID.