This is a simple tool to generate a dependency graph for a Python project. It uses the ast module to parse the source code and extract the dependencies. Generated graphs can be used to understand the ...