About 1,230,000 results
Open links in new tab
  1. PyUML Generator - Visual Studio Marketplace

    Generate UML Class Diagrams from your Python code using this Visual Studio Code extension. The extension automatically creates PlantUML-compatible text files that represent your Python …

  2. uml - How to get Class diagram from Python source code? - Stack Overflow

    The most convenient approach should be to have a Jupyter notebook extension that dynamically generates diagrams of the classes defined in a notebook somehow like the variable inspector - …

  3. What's the best way to generate a UML diagram from Python source code ...

    May 3, 2015 · Epydoc is a tool to generate API documentation from Python source code. It also generates UML class diagrams, using Graphviz in fancy ways. Here is an example of diagram …

  4. Drawing a UML Diagram in the VS Code - Medium

    Oct 23, 2020 · With this tool, you can create a wide variety of UMLs, from a simple flowcharts to a complex diagrams. By installing the PlantUML as a VS Code extension, you can edit it right …

  5. py2puml · PyPI

    Mar 27, 2025 · py2puml produces a class diagram PlantUML script representing classes properties (static and instance attributes) and their relations (composition and inheritance …

  6. vscode中自动生成pythonUML类图的插件 - CSDN博客

    Mar 18, 2024 · Vcode 配置成生产力 1. Plant uml插件 [插件 名:Plant uml] 简介:Plant UML 是一个可以快速编写 UML图 的组件。 支持【顺序 图,用例 图, 类图,对象 图,活动 图 (旧语 …

  7. How can I generate a UML diagram in VSC from Python code?

    Jan 30, 2024 · pyreverse does that, the command need to be launched with pyreverse code.py. Check the output of pyreverse --help for more details.

  8. How to Use Visual Studio Code to Generate UML Diagrams

    Learn how to generate UML diagrams in Visual Studio Code using various extensions and plugins. Get step-by-step instructions on how to install and use these tools to visualize your …

  9. Configuring and Running PlantUML with VS Code - Medium

    May 4, 2023 · PlantUML is a popular open-source tool for creating UML diagrams and other visual models. If you’re a software developer, you may find yourself wanting to use PlantUML to …

  10. Python to UML: Effective Methods for Creating Class Diagrams

    Apr 26, 2025 · Many modern IDEs (like PyCharm, Visual Studio Code) have built-in features or plugins that can generate UML diagrams from your Python code. These often provide more …