Skip to content

Python program which automatically draws figures in MSPaint

Notifications You must be signed in to change notification settings

Vaibhavnath-Jha/Automate-MSPaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate-MSPaint

Python program which automatically draws figures in MSPaint.

PNG Files

Contains Example images and three color shades.

circle.py

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.)

quadrilateral.py

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.

pointer_location.py

Returns the current location of the mouse pointer on screen

Main.py

All the calls are made here. Contains main() //Run this to execute the program.

Also contains some examples.

About

Python program which automatically draws figures in MSPaint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages