Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auneri/officepie
Microsoft Office automation using Python.
https://github.com/auneri/officepie
automation office
Last synced: 13 days ago
JSON representation
Microsoft Office automation using Python.
- Host: GitHub
- URL: https://github.com/auneri/officepie
- Owner: auneri
- License: mit
- Created: 2017-12-01T01:18:06.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T03:00:14.000Z (about 2 months ago)
- Last Synced: 2024-12-12T04:17:45.836Z (about 2 months ago)
- Topics: automation, office
- Language: Python
- Homepage: https://auneri.github.io/OfficePie/
- Size: 166 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [OfficePie](https://www.urbandictionary.com/define.php?term=Office%20Pie)
Microsoft Office [automation](https://msdn.microsoft.com/en-us/VBA/office-shared-vba/articles/getting-started-with-vba-in-office) using Python.
[![license](https://img.shields.io/github/license/auneri/OfficePie.svg)](https://github.com/auneri/OfficePie/blob/main/LICENSE.md)
[![build](https://img.shields.io/github/actions/workflow/status/auneri/OfficePie/main.yml)](https://github.com/auneri/OfficePie/actions)## Getting started
```batchfile
pip install git+https://github.com/auneri/OfficePie.git
```## Creating portable applications
```batchfile
set app=WordRevisions
cd OfficePie\office\%app%
pyinstaller %app%.spec
dist\%app%.exe
```