Skip to content

Instantly share code, notes, and snippets.

View arkottke's full-sized avatar
👨‍💻

Albert Kottke arkottke

👨‍💻
View GitHub Profile
#!/usr/bin/env python
import glob
import sys
from PySide import QtGui, QtCore
class MainWindow(QtGui.QMainWindow):
def __init__(self):
super(MainWindow, self).__init__()