Answers for "select random file from dir with repition"

1

choose random file from directory

import os, random
random.choice(os.listdir("C:\\")) #change dir name to whatever
Posted by: Guest on January-14-2021

Code answers related to "select random file from dir with repition"

Python Answers by Framework

Browse Popular Code Answers by Language