i3control/README.rst

19 lines
475 B
ReStructuredText

i3Control
=========
A basic android app and python backend to control media functionality on Linux.
Android app
-----------
Change the hostname or IP address of the target machine using the settings button top right.
.. image:: https://i.imgur.com/xQr2SDv.jpg
:alt: App screenshot
Python backend
--------------
You can run it through wsgi or just directly from the shell using ``python run.py``.
The only dependency is `Flask <https://pypi.python.org/pypi/Flask>`_.