Skip to content

Instantly share code, notes, and snippets.

View ursisterbtw's full-sized avatar

ursisterbtw ursisterbtw

View GitHub Profile
@ursisterbtw
ursisterbtw / flowcharter.py
Last active April 17, 2025 20:06
flowchart generation in .dot & .svg formats with .png as a fallback
#!/usr/bin/env python3
import argparse
import logging
import os
import re
import shutil
import subprocess
import sys
import uuid