A tool for making polygons in minecraft.
Call the function from the commandline parsing two arguments.
python ./mcpolycli.py |sides| |length|
There is also a circle mode.
to use circle mode us 'o' as sides argument and length argument will be the radius.
I try to keep the code readable and I am following PEP8 style guide.