scottrogowski / code2flow

Pretty good call graphs for dynamic languages
MIT License
3.92k stars 286 forks source link

Generate graph for all .py in folder recursively #87

Open shruti222patel opened 11 months ago

shruti222patel commented 11 months ago

Hi,

This is my first time using this library. Thank you for creating and maintaining. 🙏 Is there a way I recursively generate a graph for all python files within a folder and its' sub-directories?

(I imagine this is possible if I use the pacakge's low-level apis. I'm hoping there's a more straightforward method or flag I can use.)

jasonharitou commented 10 months ago

I also have this question/feature request.