Skip to content

Instantly share code, notes, and snippets.

@jjrh
jjrh / gplus_ttopten.py
Last active December 23, 2015 11:19 — forked from jarobins/gplus_ttopten.py
- Implemented copy to clipboard for the trending stuff. - clicking buttons now also opens the link in your browser.
import urllib2, re, time
from Tkinter import *
import datetime
import webbrowser
class App:
def __init__(self, master):
self.master = master
frame = Frame(master, bg="")
frame.pack()