English

Create Visio Diagram in Python

MS Visio is a popular application that enables you to create flowcharts, data flow diagrams, business process models, etc. It uses the VSDX file format to store the diagrams. In this article, you will learn how to create VSDX diagrams from scratch in Python. Furthermore, it covers how to add basic shapes in the VSDX diagrams programmatically.
August 31, 2022 · 3 min · Muzammil Khan