Skip to content

Instantly share code, notes, and snippets.

@DNSKT
Created November 18, 2017 21:09
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 DNSKT/5a23cf8a4778f7d562967b7b8e89562b to your computer and use it in GitHub Desktop.
Save DNSKT/5a23cf8a4778f7d562967b7b8e89562b to your computer and use it in GitHub Desktop.
import os
import webbrowser
import time
def start():
os.system("TASKKILL /F /IM " + browser + ".exe")
webbrowser.open(url)
time.sleep(int(refresh))
print("Website viewed")
start()
url = input("Cual es tu URL? ")
refresh = input("consigue 1 visita por cuantos segundos?")
browser = input("cual es tu navegador?")
start()
@SHAAARK72
Copy link

komo c usa wei taco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment