⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Python script to remote control PowerPoint over the internet

License

Notifications You must be signed in to change notification settings

mpapazog/python-ppt-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python script to remote control PowerPoint over the internet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published