Create a unique temporary directory.
Unlike tempfile.mkdtemp(), the directory name is more human-readable when prefix is supplied.
tempfile.mkdtemp()
prefix (str, optional) – Prefix for the generated directory name.
Absolute path to the new temporary directory.
str