Metadata-Version: 2.1
Name: lan-presenter
Version: 0.1.0
Summary: Presenter remote control over local network connection
Home-page: https://github.com/tiborhari/lan-presenter/
Author: Tibor Hári
Author-email: hartib@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (<3.7,>=3.6.2)
Requires-Dist: keyboard (<0.14,>=0.13.4)
Provides-Extra: dev
Requires-Dist: flake8 (==3.7.9) ; extra == 'dev'

# LAN Presenter

This software enables you to control your presentation remotely from a smartphone,
or an other computer with a browser.

It has a web user interface, that looks like this:

![Screenshot](screenshot.png)

__SECURITY WARNING:__ This software provides absolutely __no__
authentication, authorization, or encryption.
_Anybody_ on your network will be able access the remote control functionality.

Supported operating systems:
* Linux (must be run as root)
* Windows

## How to use

You will need Python (3.6+) and PIP to install this software.
You can install it with:

    pip install lan_presenter

After installation you can run it with:

    lan_presenter


