rpi-ws281x-matrix-python
rpi-ws281x-matrix-python copied to clipboard
Use Python3
Since Python2 reached EOL it makes sense to move to Python3.
It is as easy as:
xrange → range
from Queue import Queue → from queue import Queue