scottrogowski / code2flow

Pretty good call graphs for dynamic languages
MIT License
4.02k stars 296 forks source link

Generate graph for all .py in folder recursively #87

Open shruti222patel opened 1 year ago

shruti222patel commented 1 year 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 1 year ago

I also have this question/feature request.