OfficePie

Microsoft Office automation using Python.

View the Project on GitHub auneri/OfficePie

OfficePie

Microsoft Office automation using Python.

license build

Getting started

pip install git+https://github.com/auneri/OfficePie.git

Creating portable applications

set app=WordRevisions
cd OfficePie\office\%app%
pyinstaller %app%.spec
dist\%app%.exe