Skip to content

Instantly share code, notes, and snippets.

@Kif11
Created February 1, 2017 00:20
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 Kif11/dcf5bd548cc76c790348f42f8491a301 to your computer and use it in GitHub Desktop.
Save Kif11/dcf5bd548cc76c790348f42f8491a301 to your computer and use it in GitHub Desktop.
Get current OS
platform = {'linux2': 'linux', 'darwin': 'mac', 'win32': 'windows'}[sys.platform]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment