Pebble app to toggle slides on Linux, Mac and Windows, includes chronometer and notes to make giving talks easier.
To make it work, you gotta download https://github.com/luisivan/pebble-slides/releases/download/stable/pebble-slides.zip, uncompress it, then run pip install -r requirements.txt and finally run server.py on your Linux/Mac/Windows machine and copy the address it outputs to the configuration window of the app on your phone.
The app displays a chronometer and you can go back/forth in your slides using the Up and Down buttons. You can also take notes in the app, and they will be displayed when you click the Select button. You have to write one note per slide using the following format:
- text of slide #1
- text of slide #2, blablabla
- you can figure out how it goes
Hope you like it!