This project is a simple image editor along the lines of Microsoft Paint. There are familiar features such as drawing rectangles and circles. Also, there are features that modify the image on a pixel by pixel basis such as turning the image grayscale. This program requires the PIL (Python Imaging Library) module to be installed. Downloads can be found here: http://www.pythonware.com/products/pil/index.htm Linux users can also consult their package manager for the proper download. Some sample images are included. This program has been tested on the following: OS: Windows 7 Home Premium x64, openSUSE 11.4 x86 Python: 2.7.1 PIL: 1.1.7