
I found a great new python module, and its called turtle. It allows me to draw using the turtle graphics language! Just do a "import turtle" and your good to go. The python web sight has instructions on how to use it. I did some simple line drawing with it.