Skip to content

Instantly share code, notes, and snippets.

@mtimkovich
Last active February 14, 2019 01:24
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 mtimkovich/a0f2dfd8a81a559d3eea4c5e988222d3 to your computer and use it in GitHub Desktop.
Save mtimkovich/a0f2dfd8a81a559d3eea4c5e988222d3 to your computer and use it in GitHub Desktop.
fake netplay codes
import string
from random import choice
print(''.join(choice(string.hexdigits[:-6]) for _ in range(8)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment