Installed PIL. Downloaded Pygraphics. Ran the install script and then moved the PyGraphics folder to the Python Lib directory.
»> f = picture.pick_a_file()
»> pic = picture.make_picture(f)
»> pic.title
»> pic.get_width()
»> pic.get_height()
»> picture.add_text(pic,115,40, ‘this is the dopest thing we have seen yet’,picture.green)
»> picture.show(pic)
goodnight!