Friday, February 26, 2016

[APP] WearSlides, presentation remote for Wear

I decided to create a simple presentation controller for Android Wear devices, free and open source of course!

Features:
  • Previous slide and Next slide controls
  • 5 min timer
  • Python script (needs Flask, ctypes, etc...)
  • Standalone .exe (WIP)
  • Haptic feedback

You can download the python (hard way) here: http://ift.tt/1TE8dWM

App is here: http://ift.tt/1TE8cCe

How to install

The computer needs to have Python installed, as well as PIP and Flask.

Depending on the OS, it needs to have additional modules installed that control the keys:

Windows: ctypes
Linux: PyUserInput (Which needs Xlib)

To install them: Download Python , Download and Install PIP , Once Python and PIP are installed, type in command line: pip install flask (run as Admin/Sudo)

PyUserInput: pip install PyUserInput

Xlib: sudo apt-get install python-xlib

Video demo: https://youtu.be/o8M0rRYRMt8


from xda-developers http://ift.tt/1XQa37A
via IFTTT

No comments:

Post a Comment