Skip to content

OmerDavidson/Word-IDE

Repository files navigation

Word IDE

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

demo.mp4

What it does

  • 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

Supported languages

  • 🐍 Python
  • 💩 JavaScript
  • 💪 TypeScript
  • ☕ Java
  • ⚙️ C
  • 🛰️ C++
  • 👾 C#

Running locally

npm install
npm start

Then sideload the add-in in Word using the manifest.xml file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors