Created
January 16, 2019 14:35
-
-
Save phwelo/3fda26083eb92a32fed49cf2f16c1a5f to your computer and use it in GitHub Desktop.
python website runner template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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