python3 -c "import uuid; print(uuid.uuid4())"
A one-liner Python script which generates and prints a random UUID v4.