Skip to content

Instantly share code, notes, and snippets.

@neoOpus
Forked from thefloodshark/.py
Created October 20, 2021 09:06
Show Gist options
  • Save neoOpus/e5e970d3d7ecfb77cfab2303d7a8bb02 to your computer and use it in GitHub Desktop.
Save neoOpus/e5e970d3d7ecfb77cfab2303d7a8bb02 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