A python3 library to control LedFx
This library provides a python wrapper for the LedFx REST API
Status: WIP / Alpha
Note: Some funcationality is only compatible with the beta branch of ledfx (future release)
pip install LedFxApi
from ledfx_api import LedFxApi
# create a new api object
my_api = LedFxApi('<LedFx instance>', '<Port>', https=False)
For further examples see the examples directory