Skip to content

Instantly share code, notes, and snippets.

@devgiordane
Created September 25, 2018 00:13
Show Gist options
  • Save devgiordane/94867367ebf9fb3ec37fc1585506b3f9 to your computer and use it in GitHub Desktop.
Save devgiordane/94867367ebf9fb3ec37fc1585506b3f9 to your computer and use it in GitHub Desktop.
Abra uma url no navegador usando Python.
import webbrowser
webbrowser.open("https://devgiordane.com")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment