15-112 Final Project: PyPaint
PyPaint is a basic drawing tool made in python using tkinter for GUI. It allows users to draw using symmetry and rotation, and also provides a color picker and several kinds of brushes for users to play around with. When you start up the program it fades into a title screen that you click on to proceed, and then brings up the drawing canvas. move the mouse while clicking to draw from one brush, and press the Spacebar to activate symmetry mode, allowing you to draw just by moving the mouse and from multiple onscreen brushes. Press it once more to deactivate it. Press H to pull up the help menu and view more in depth instructions.
This project only requires tkinter and the python math library to run.