Chapter-3 Visio automation with Python-Code
The Code Explanation In previous chapters we saw some codes which was able to draw some basic diagrams on the screen but i am sure when you guys implemented the same on your machine it shouldn't have worked. So Let's not waste time and start our discussion. Code Snippet-1 from hld_exp import Visio The above code must have been giving you errors since Python on your machine didn't recognize a library name hld_exp. To be honest there is no such library as of now anywhere. I am working on a project with few motivated experienced engineers to develop such a library to automate MS Visio with Python and 'hld_exp' is the result of our work and we are going to talk about this library and it's functions. Which we can use to cater the requirement of custom Visio design. The hld_exp is based on win32com library to interact with COM object model and we will discuss about this in detail in our subsequent chapters. This is a code example taken from hld_exp and i would