All you need to play with Lego Mindstorms NXT and Python
nxtIDE contains two separate applications:
- nxted -> for editing, compiling, running, and downloading your code
- nxtemu -> for emulating Lego Mindstorms NXT Robot
You can download latest version here
aka built upon
- wxPython
- pygame
- pynxc
First of all, make sure you have all the aforementioned dependencies available on your system. The packages can be aquired trough pip.
pip install wxPython pygame pynxc
Then clone this repository by running:
git clone https://github.com/xlcteam/nxtIDE.git
You can then try to run nxtemu/nxtemu.py
and nxted/nxted.py
.
nxtIDE is licensed under the terms of the MIT License.
(c) 2011 - 2014, Brought to you by the XLC Team, http://xlc-team.info