Skip to content

Instantly share code, notes, and snippets.

View miguelsousa's full-sized avatar

Miguel Sousa miguelsousa

View GitHub Profile
@kaloprominat
kaloprominat / python: simple pyobjc app example
Created July 29, 2013 15:36
python: simple pyobjc app example
#!/usr/bin/env python
# encoding: utf-8
import sys
import os
# We need to import the relvant object definitions from PyObjC
from AppKit import *
from PyObjCTools import AppHelper