Skip to content

Instantly share code, notes, and snippets.

View memilanuk's full-sized avatar

Monte Milanuk memilanuk

View GitHub Profile
@memilanuk
memilanuk / reddit.py
Last active August 29, 2015 14:10 — forked from anonymous/reddit.py
import tkinter as tk
root = tk.Tk()
root.wm_title('Radio Buttons')
label1 = tk.Label(root)
label1.config(text='Please select an option below.')
label1.pack()