Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 647 Bytes

File metadata and controls

14 lines (12 loc) · 647 Bytes

python-ppt-remote

This is a script to remote control PowerPoint presentations on Windows from your smartphone.

Usage:

  • Run pptremoteserver.py on a server accessible from the internet
  • Run pptremoteagent.py on the computer where you have PowerPoint running
  • Open the pptremoteserver's IP address with your smartphone's browser and control the slideshow

Notes:

  • By default pptremoteagent.py polls localhost:8080. To have it poll a different address, run: pptremoteagent.py -s <serverip>:<serverport>
  • You will need to install the following Python 3 modules: On server: flask On agent: keyboard, pywin32, requests