Skip to content

MasterCarl/fluepdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluepdot HTTP API Python wrapper

This Python wrapper provides several convenience methods to interface with the HTTP API of the hardware/software project fluepdot. It relies on the Pillow library to render text and load images/bitmaps.

Installation

Install it by running pip3 install fluepdot.

Usage

There is a CLI for basic functions. To view the help, run python3 -m fluepdot --help.

To use it in Python code, instantiate a Fluepdot class:

from fluepdot import Fluepdot
fluepdot = Fluepdot("http://fluepdot.local")

For more details, check out the examples folder.

About

Python wrapper for the fluepdot HTTP API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages