mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-16 08:05:06 -04:00
py3-kms upload
This commit is contained in:
parent
1d9f221bd1
commit
fb67af7870
19 changed files with 4739 additions and 0 deletions
6
py3-kms/randomHWID.py
Normal file
6
py3-kms/randomHWID.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import uuid
|
||||
|
||||
key = uuid.uuid4().hex
|
||||
print(key[:16]) #*2to3*
|
Loading…
Add table
Add a link
Reference in a new issue