Created
November 17, 2022 14:41
-
-
Save isaaguilar/0d81ba441e383f543d1a58a5c9cadf35 to your computer and use it in GitHub Desktop.
gen a uuid anywhere python is
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python3 -c 'import uuid; print(uuid.uuid4())' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment