I want to generate a UUID quickly (memorandum) ~ Python ~

I want to quickly generate a random UUID

This is fine if you have python (pbcopy is for Mac only)

python -c 'import uuid; print(uuid.uuid4());' |pbcopy

Recommended Posts

I want to generate a UUID quickly (memorandum) ~ Python ~
I want to build a Python environment
I want to create a window in Python
I want to make a game with Python
I want to write to a file with Python
I want to easily implement a timeout in python
I want to iterate a Python generator many times
I want to write in Python! (2) Let's write a test
I want to randomly sample a file in Python
I want to work with a robot in python.
[Python3] I want to generate harassment names from Japanese!
[Python] I want to make a nested list a tuple
I tried to automatically generate a password with Python3
I want to run a quantum computer with Python
I want to debug with Python
[Django] A memorandum when you want to communicate asynchronously [Python3]
I wrote a program quickly to study DI with Python ①
[Python] I want to get a common set between numpy
I want to start a lot of processes from python
I want to automatically generate a modern metal band name
I want to send a message from Python to LINE Bot
I want to make input () a nice complement in python
I want to use a wildcard that I want to shell with Python remove
I want to print in a comprehension
I want to use jar from python
I want to do a full text search with elasticsearch + python
I want to analyze logs with Python
I want to play with aws with python
[Introduction] I want to make a Mastodon Bot with Python! 【Beginners】
[Python memo] I want to get a 2-digit hexadecimal number from a decimal number
I want to convert a table converted to PDF in Python back to CSV
I want to color a part of an Excel string in Python
A memorandum because I stumbled on trying to use MeCab in Python
Python: I want to measure the processing time of a function neatly
I want to make a web application using React and Python flask
I want to do a monkey patch only partially safely in Python
I want to do Dunnett's test in Python
I want to easily create a Noise Model
I want to use MATLAB feval with python
I want to INSERT a DataFrame into MSSQL
I want to memoize including Python keyword arguments
I want to email from Gmail using Python.
[Python] I want to manage 7DaysToDie from Discord! 1/3
I don't want to take a coding test
How to generate a Python object from JSON
I want to merge nested dicts in Python
I want to use Temporary Directory with Python2
I want to use ceres solver from python
#Unresolved I want to compile gobject-introspection with Python3
I want to create a plug-in type implementation
I want to solve APG4b with Python (Chapter 2)
I tried to generate a random character string
I want to sell Mercari by scraping python
[Python] I want to manage 7DaysToDie from Discord! 2/3
I want to easily find a delicious restaurant
I want to make C ++ code from Python code!
I want to display the progress in Python!
I want to upload a Django app to heroku
I want to create a nice Python development environment for my new Mac
I just want to add scipy, but it's a messy note. Ubuntu, Python 3.
I want to create a priority queue that can be updated in Python (2.7)