Skip to content

Instantly share code, notes, and snippets.

@phwelo
Created January 16, 2019 14:35
Show Gist options
  • Save phwelo/3fda26083eb92a32fed49cf2f16c1a5f to your computer and use it in GitHub Desktop.
Save phwelo/3fda26083eb92a32fed49cf2f16c1a5f to your computer and use it in GitHub Desktop.
python website runner template
#!/usr/bin/python3
from subprocess import call
website = 'WEBSITE'
call(["xdg-open", website])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment