NXT-Python is a package for controlling a LEGO NXT robot using the Python programming language. It can communicate using either USB or Bluetooth.
NXT-Python for Python 2 is no longer supported.
NXT-Python repository is on sourcehut with a mirror on Github.
Install NXT-Python with pip:
python3 -m pip install --upgrade nxt-python
See installation instructions in the documentation for more informations.
You can read the documentation, or start directly with the tutorial.
If you used previous version of NXT-Python with Python 2, the documentation includes an migration guide.
There is a mailing list for questions.
NXT-Python repository maintainer is Nicolas Schodet, since 2021-11-06. You can contact him on the mailing list.
You can use the Github issues page to report problems, but please use the mailing list for questions.
NXT-Python is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.