Skip to main content

DMX USB Pro compatible controller

Project description

DmxPy - Python Controller for USB - DMX devices

DmxPy is a super-lightweight Python library for controlling any USB-DMX device that is compatible with Enttec's USB DMX Pro, including all Dmxking ultraDMX devices.

DmxPy requires PySerial to work

There is a console interface for basic sanity testing and validation

For detailed usage instructions

dmxpy -h

To black out (turn off) the lights when the DMX is on port COM4

dmxpy --port COM4 -b

To turn on all the lights at 50% (level 128)

dmxpy -p /dev/ttyUSB2 --level 128 -w

To play the demo light pattern with the default level at 200, auto-detect USB port

dmxpy -l 200 --demo

For more specific use cases use the DmxPy module

To import

from dmxpy import DmxPy

To initialize

dmx = DmxPy.DmxPy('serial port')

where 'serial port' is where your device is located, .e.g, /dev/ttyUSB1 or COM3

If None, attempt to identify port based on grep expression: hwid, serial number, etc

To set a channel's value

dmx.setChannel(chan, value)

where 'chan' and 'value' are integers representing the respective DMX channels and values to set!

To push dmx changes to device

dmx.render()

You need to call this to update the device!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DmxPy-0.5.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

DmxPy-0.5-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file DmxPy-0.5.tar.gz.

File metadata

  • Download URL: DmxPy-0.5.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.55.2 CPython/3.7.3

File hashes

Hashes for DmxPy-0.5.tar.gz
Algorithm Hash digest
SHA256 f3a7c86a0b6c9e2d5e0ea52c0e5ed0ec2988ecaf2d089b808cf003b218020ae6
MD5 67c68319dfebc73cb684f150b5c1c664
BLAKE2b-256 64c318dc910d7fb1a40913c2b9852d487cbe36fd6b5e02be9879ca9f6bdaba1c

See more details on using hashes here.

File details

Details for the file DmxPy-0.5-py3-none-any.whl.

File metadata

  • Download URL: DmxPy-0.5-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.55.2 CPython/3.7.3

File hashes

Hashes for DmxPy-0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b9d8e6e40a0e3727020826cbdc894af27910c1ca3b0f53a9b9c985d2cd40f74d
MD5 f09b8550ddbf655ff16b1b4a557c4bf9
BLAKE2b-256 a16c19faa3dbac4cf7d8f6b7c35417f709794c377086ecb1d004c00429dc0dcf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page