PyPos

PyPos is an SVG-generating Python script that I created because I needed a simple way of creating an offset hexagon which has corners at equal distances away from the centre so it could be rotated perfectly.

At first, I considered making this SVG using photoshop or photopea however the SVG code it generates is often a mess and not easily modifiable, therefore this script was born.

This script is not greatly complex and allows you to either get a list of points back, or a Path element for use within an SVG canvas.