longan-link / dotpack_pyclient

python client for dotpack ( Eliteu Programable led matrix bag )
Other
7 stars 1 forks source link

readme

Python client for dotPack ( Eliteu Programable led matrix bag )

The simulator only works with JupyterLab.

Install

# Python >= 3.6
pip install dotpack

Usage

from dotpack import DotPack

Discover the dotpack

bleak-lescan

教程

API 与 LedBag 基本一致。

推荐从 example/hello_DotPack.ipynb 开始探索。

Python 入门基础课程中的内容,基本兼容。

开发

提交前,请使用 black 统一代码格式