Skip to content

Instantly share code, notes, and snippets.

@isaaguilar
Created November 17, 2022 14:41
Show Gist options
  • Select an option

  • Save isaaguilar/0d81ba441e383f543d1a58a5c9cadf35 to your computer and use it in GitHub Desktop.

Select an option

Save isaaguilar/0d81ba441e383f543d1a58a5c9cadf35 to your computer and use it in GitHub Desktop.
gen a uuid anywhere python is
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