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 classes, their attributes, methods, and relationships.

  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 - possibly with the option to specify an alternative root like datetime in the first answer to creating UML charts by Pylint/pyreverse within Jupyter labs / console.

  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 generated from the source code of Epydoc itself.

  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 inside the VSCode...

  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 relationships). py2puml internally uses code inspection (also called reflexion in other programming languages) and abstract tree parsing to retrieve relevant information.

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

    Mar 18, 2024 · Vcode 配置成生产力 1. Plant uml插件 [插件 名:Plant uml] 简介:Plant UML 是一个可以快速编写 UML图 的组件。 支持【顺序 图,用例 图, 类图,对象 图,活动 图 (旧语法),组件 图,部署 图,状态 图,时序 图】【JSON数据,YAML数据,网络 图 (nwdiag),线框 图 形界面或UI模拟(盐),架构 图,规范和描述语言(SDL),Ditaa 图,甘特 图,思维导 图, 图 示工作分解结构 图 (WBS),用AsciiMath或JLaTeXMath符号进行数学计算,实体关系 图 (IE/ER) …

  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 code structure and relationships.

  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 interactive and user-friendly experiences.

Refresh