Skip to content

Instantly share code, notes, and snippets.

@thefloodshark
Created April 3, 2018 04:45
Embed
What would you like to do?
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