Zufällige Auswahl einer Datei aus dem Verzeichnis Python
import os, random
random.choice(os.listdir("C:\\")) #change dir name to whatever
Successful Salamander
import os, random
random.choice(os.listdir("C:\\")) #change dir name to whatever