I didn’t think your question was very clear, but if all you need is a unique file name…
import uuid
unique_filename = str(uuid.uuid4())
I didn’t think your question was very clear, but if all you need is a unique file name…
import uuid
unique_filename = str(uuid.uuid4())