Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Python script to remote control PowerPoint over the internet for macOS

License

Notifications You must be signed in to change notification settings

kev-ac/python-ppt-remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ppt-remote

This is a script to remote control PowerPoint presentations on macOS 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, requests
  • This is a slightly simplified version from the original repo for macOS.

About

Python script to remote control PowerPoint over the internet for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.0%
  • HTML 24.0%