Skip to content

Instantly share code, notes, and snippets.

@gartenfeld
Created July 10, 2014 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gartenfeld/317942efaa2ef6597eda to your computer and use it in GitHub Desktop.
Save gartenfeld/317942efaa2ef6597eda to your computer and use it in GitHub Desktop.
Choose random file in directory.
import os, random
random.choice(os.listdir("INSERT-DIR"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment