Skip to content

Instantly share code, notes, and snippets.

View hallundbaek's full-sized avatar

Tobias H. Petersen hallundbaek

View GitHub Profile
import svgwrite
import sys
import math
from cmath import rect, phase
# Takes a strings seperated by newline from stdin, sanitizes to only contain numbers 1-12,
# generates a compass for the average value this is saved as "compass.svg".
# Example usage:
# cat text.txt | python avgcompass.py
# Example compass generated: https://i.imgur.com/2m1FaAd.png