Skip to content

Instantly share code, notes, and snippets.

@Glyphack
Created August 8, 2020 18:11
Show Gist options
  • Save Glyphack/6c04cfbe5ade6a1acab79f73938c47f1 to your computer and use it in GitHub Desktop.
Save Glyphack/6c04cfbe5ade6a1acab79f73938c47f1 to your computer and use it in GitHub Desktop.
a script to copy steam 2fa code into clipboard
from steampy import guard
import pyperclip
pyperclip.copy(guard.generate_one_time_code("shared secret"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment