wwj718 / dotpack_pyclient_tk

Simulator(tk-based) for dotPack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme

Simulator(tk-based) for dotPack ( Eliteu Programable led matrix pack ).

Install

# Python >= 3.6
pip install https://github.com/wwj718/dotpack_pyclient_tk/archive/refs/heads/main.zip

Usage

from dotpack import DotPack
pack = DotPack()
pack.set_pixel(0, 0, 'red')

About

Simulator(tk-based) for dotPack

License:Other


Languages

Language:Python 100.0%