A silly Microsoft Word add-in that turns Word into a full-blown IDE. Write code in a Word document, pick a language, hit Run, and see the output — right inside Word.
Inspired by this video: https://youtu.be/X34ZmkeZDos
demo.mp4
- Adds a task pane to Microsoft Word with a language selector and a "Run" button
- Takes whatever text is in your document and executes it as code
- Displays stdout/stderr output in the task pane
- Uses the Piston API to run code remotely
- 🐍 Python
- 💩 JavaScript
- 💪 TypeScript
- ☕ Java
- ⚙️ C
- 🛰️ C++
- 👾 C#
npm install
npm startThen sideload the add-in in Word using the manifest.xml file.