+ 1
Open a web browser
How to open a web link on Python? For eg a YouTube music video link?? Thanks!
1 Answer
+ 5
I'm not really a Python user, but you should check this:
https://docs.python.org/3/library/webbrowser.html
How to open a web link on Python? For eg a YouTube music video link?? Thanks!