pyusblamp 1.41

Last updated:

0 purchases

pyusblamp 1.41 Image
pyusblamp 1.41 Images
Add to Cart

Description:

pyusblamp 1.41

PyUsbLamp
Mailbox Friends Alert (Dream Cheeky) Driver in Python.
The Device
Basically, it is a RGB LED connected with USB.
Vendor ID: 0x1d34
Product ID: 0x000a

Dependencies
pyusb
Installation


For Linux only


Install "libusb"
E.g. sudo apt-get install libusb-dev


Change device access right
Add file, /etc/udev/rules.d/88-pyusblamp.rules, with the following content
SUBSYSTEM=="usb", ATTR{idVendor}=="1d34", ATTR{idProduct}=="000a", MODE="0666"
SUBSYSTEM=="usb", ATTR{idVendor}=="1d34", ATTR{idProduct}=="0004", MODE="0666"





Install PyUsbLamp


Install from Pypi
pip install pyusblamp
or


Install from GitHub
pip install git+https://github.com/onelife/PyUsbLamp.git

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.