Python Forum

Full Version: generate UML design from python code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

i am looking for a possibility to reverse engineer my code to have a class design / diagram.
It helps to see the dependencies between the classes.

Can you recommend some good tool for doing this?
It should be free of cost / open license.

Thank you.
there are a bunch of packages related to UML. I haven't used any of them, but look for recently updated packages, and number of downloads as a rough guide. Newer items of course won't have any statistics, so you'll just have to try them out.
https://pypi.org/search/?q=UML
thanks, but i can't sort to number of downloads. This makes it hard to check them.
I found pyreverse. I am still experimenting.
However, if you recommend some other tool, please add here.
Thanks!