A library to automate Visio operations.
Project description
visiopy
A library to automate Visio operations using Python.
Initially specialized as terminal in a Jupyter Notebook for fast batch editing Visio drawings.
Installation
pip install visiopy
Usage
List Open Documents
from visiopy import loaded_docs loaded_docs()
Initialize Visio Application
from visiopy import vInit vInit(0, globals_dict=globals()) print(c.visSectionUser)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
visiopy-0.1.4.tar.gz
(5.2 kB
view hashes)