Metadata-Version: 2.1
Name: ledfx
Version: 0.3
Summary: A network based light effect controller
Home-page: http://github.com/ahodges9/ledfx
Author: Austin Hodges
Author-email: austin.b.hodges@gmail.com
License: The MIT License
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Requires-Python: >=3.6.0
Requires-Dist: numpy (>=1.13.3)
Requires-Dist: voluptuous (==0.11.1)
Requires-Dist: pyaudio (>=0.2.11)
Requires-Dist: sacn (==1.3)
Requires-Dist: aiohttp (==3.3.2)
Requires-Dist: aiohttp-jinja2 (==1.0.0)
Requires-Dist: pyyaml (<4,>=3.11)
Requires-Dist: aubio (>=0.4.8)
Requires-Dist: pypiwin32 (>=223) ; platform_system == "Windows"

LedFx
=================================================================================
|Build Status| |License| |Discord|

WARNING: This project is in early development, so expect to encounter minor issues along the way. If you have issues either join the discord or open an issue.

LedFx is a network based LED effect controller with support for advanced real-time audio effects! LedFx can control multiple devices and works great with cheap ESP8266 nodes allowing for cost effectvice syncronized effects across your entire house!

For installation instructions see the `documentation <https://ahodges9.github.io/LedFx/>`__.

Demos
---------

We are actively adding and perfecting the effects, but here is a quick demo of LedFx running three different effects synced across three different ESP8266 devices:

.. image:: https://raw.githubusercontent.com/ahodges9/LedFx/master/demos/ledfx_demo.gif

.. |Build Status| image:: https://travis-ci.org/ahodges9/LedFx.svg?branch=master
   :target: https://travis-ci.org/ahodges9/LedFx
.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg
.. |Discord| image:: https://img.shields.io/badge/chat-on%20discord-7289da.svg
   :target: https://discord.gg/wJ755dY


