Skip to content

Instantly share code, notes, and snippets.

@PingTrip
Created February 12, 2017 15:43
Show Gist options
  • Save PingTrip/7b378f00fbba4d77002ed86bf03d5900 to your computer and use it in GitHub Desktop.
Save PingTrip/7b378f00fbba4d77002ed86bf03d5900 to your computer and use it in GitHub Desktop.
Generate UUID4 GUID
python -c "import uuid;print uuid.uuid4()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment