Metadata-Version: 2.4
Name: get_uuid
Version: 0.1.1
Summary: Windows library for getting your motherboard UUID
Description-Content-Type: text/markdown

# get_uuid
Library for getting your motherboard UUID

Code example:
```python
import get_uuid

print("Your motherboard UUID: " + get_uuid.get_uuid())
```

## Supported OS
- Windows

## Notes
Check the "Supported OS" section before installing this library.