Skip to content

Instantly share code, notes, and snippets.

@RandomResourceWeb
RandomResourceWeb / ButtonToBrowser
Created July 17, 2016 08:57
How to open a link through a tkinter button in Python
#---------------------------------
# Random Resource Web ©
# Randomresourceweb.blogspot.com
#---------------------------------
from tkinter import *
import webbrowser
root = Tk()