Skip to content

AlgorithmicEntropy/LedFxApiPython

Repository files navigation

LedFx REST API Python wrapper

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)

Installation

pip install LedFxApi

Usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages