$ python - this gives you access to your python interpreter >>> import uuid >>> uuid.uuid4() UUID('16fa136e-95e9-48c2-b741-5b3b2b36a096') - you can actually create passwords this way