Download this file
1 2 3 4 5
import webbrowser def url_show_on_screen(url, screen): webbrowser.open_new_tab(url) return