Python program which automatically draws figures in MSPaint.
Contains Example images and three color shades.
Contains logic to define a circle. //Parameters can be tuned accordingly. depending on parameters, number of circles and gap between two circles can be adjusted. (additional png files change the colors of circles.)
Contains logic which define how to draw concentric quadrilaterals. //Parameters can be tuned accordingly. depending on the parameters, either a square a rectangle can be drawn.
Returns the current location of the mouse pointer on screen
All the calls are made here. Contains main() //Run this to execute the program.
Also contains some examples.