Skip to content

Instantly share code, notes, and snippets.

@otrenav
Last active November 27, 2020 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otrenav/5c43612acc7baa69375596a273757836 to your computer and use it in GitHub Desktop.
Save otrenav/5c43612acc7baa69375596a273757836 to your computer and use it in GitHub Desktop.
Python UML Diagrams
# 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