Skip to content

Instantly share code, notes, and snippets.

@thefloodshark
Created April 3, 2018 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thefloodshark/a3c3837ad3a49edb67cf651c8086757e to your computer and use it in GitHub Desktop.
Save thefloodshark/a3c3837ad3a49edb67cf651c8086757e to your computer and use it in GitHub Desktop.
Open List of URLs
import webbrowser
webbrowser.open('https://www.example.com/r/Music/')
webbrowser.open_new_tab('https://www.example2.com/')
webbrowser.open_new_tab('https://www.example3.com/')
webbrowser.open_new_tab('https://www.example4.com/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment