This program uses Python Turtle module to create tree structures using recursion. Heavily borrowed from https://cs111.wellesley.edu/~cs111/archive/cs111_spring15 ...
Panoptisch scans your Python file or module to find it's imports (aka dependencies) and recursively does so for all dependencies and sub-dependencies. It then generates a dependency tree in JSON for ...