Last active
November 27, 2020 00:44
-
-
Save otrenav/5c43612acc7baa69375596a273757836 to your computer and use it in GitHub Desktop.
Python UML Diagrams
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup | |
sudo apt install graphviz | |
pip install pylint | |
# Usage: should be executed from within root | |
# directory and have a `__init__.py` file | |
pyreverse -A -f ALL -o png -p [PROJECT_NAME] . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment