Skip to content

Instantly share code, notes, and snippets.

@tsterker
Forked from chrisgilmerproj/gist:1503913
Created December 21, 2011 00:46
Show Gist options
  • Save tsterker/1503993 to your computer and use it in GitHub Desktop.
Save tsterker/1503993 to your computer and use it in GitHub Desktop.
[py] Password Generator
p = ''.join(random.sample('ABCDEFGHJKLMNPQRSTUVWXYZ23456789', 6))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment