A (Google Slides) presentation remote right in your pocket.
Clicker is a basic presentation remote that can be used when presenting on Google Slides (and w/ a basic customization on ANY app).
It was made in about 8 minutes before I was giving a presentation, because I didn't have any remote control with me.
The graphics sucks because I did this in a rush, but it works perfectly. A 10 minutes timer is included (client-side) and starts on page load.
Feel free to improve the project as you wish.
- Unix (because of
xdotool
) - xdotool
- Python 3
- A device that is going to be used as a remote (your phone?)
- A Wi-Fi connection (you can do tethering w/ your phone)
$ git clone https://github.com/denysvitali/presentation-clicker
$ cd presentation-clicker
# pip install klein
python main.py
- Open TCP/8080 via
iptables -A INPUT -p tcp --dport 8080
- Open your Google Slides presentation on your computer (where you started
main.py
) - Connect to http://your-pc-ip:8080/ with your remote (your phone or any browser-enabled device)