Pyenttec
Python module for sending DMX using the Enttec Pro (or compatible) DMX port.
Install / Use
/learn @generalelectrix/PyenttecREADME
pyenttec
Python module for sending DMX using the Enttec Pro (or compatible) DMX port. Supports Python 3 only.
Available on PyPI: https://pypi.org/project/pyenttec/
On OS X, use is very simple using the select_port function:
import pyenttec as dmx
port = dmx.select_port()
port.dmx_frame[0] = 123
port.render()
On windows or linux, the select_port function must be modified before use. Windows uses numbered com ports, and on linux your serial port directory and port name will probably be different. You can also just call the DMXConnection constructor directly with the right argument.
Support is included for setting various port parameters such as refresh rate and universe length. For certain applications (very fast strobe control, for example) using a truncated universe with refresh_rate = 0 permits faster control.
This module started as bug fixes to the pySimpleDMX package. https://github.com/c0z3n/pySimpleDMX
It then mutated into a complete rewrite based on the Objective-C enttec implemention by Coil https://github.com/coil-lighting
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
