8000 GitHub - jjconti/pysenteishon: Control your presentations swiping your touchscreen!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Control your presentations swiping your touchscreen!

License

Notifications You must be signed in to change notification settings

jjconti/pysenteishon

 
 

Repository files navigation

pysenteishon

Control your presentations with the swipe of your finger!

Install

From PyPi

pip install pysenteishon
pysenteishon

From GitHub

git clone https://github.com/edvm/pysenteishon
cd pysenteishon
python pysenteishon/app.py

Windows

You also need to install pywin32 to make it works properly.

pysenteishon 1.0.0b was tested on Python 3.4.4 running Windows XP 32bits and pywin32 build 220.

Usage

After running the app:

  • Make sure you allow access to port 5000 in your firewall settings.
  • Open your presentation PDF on your computer and leave it open (MAKE SURE the program that is running your presentation has FOCUS).
  • Open a web browser with your cellphone and point it to your laptop ip address port 5000, for example: http://192.168.0.11:5000
  • Swipe on your touchscreen and start your talk! :D

Options

usage: app.py [-h] [-p PORT] [-a user password]

optional arguments:
  -h, --help            show this help message and exit
  -p PORT, --port PORT  Listen on port
  -a user password, --auth user password
                        Basic auth

About

Control your presentations swiping your touchscreen!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.4%
  • HTML 26.1%
  • JavaScript 23.9%
  • CSS 11.6%
0