Fork of Amperka Cube for Windows. Project includes macOS and Windows versions in /macos and /win folders, respectively.
##Dependencies
- Python 2.7
- setuptools
- wxPython (I suggest using:
pip install --upgrade --ignore-installed --trusted-host wxpython.org --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix
–--ignore-installed
will override potential problems with uninstalling legacysix
) - pyFirmata (install via pip:
pip install pyfirmata
)