Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thonny/thonny-edison

Thonny plug-in for programming Edison robot
https://github.com/thonny/thonny-edison

edison education meetedison robotics thonny

Last synced: 4 days ago
JSON representation

Thonny plug-in for programming Edison robot

Awesome Lists containing this project

README

        

Edison plug-in for Thonny
==========================

This is a plug-in for `Thonny IDE `_, which adds possibility to
program `Edison robot `_
in a `Python-like language `_
using `EdPy library `_.

In other words -- it's an off-line replacement for https://www.edpyapp.com/.

Installation
------------
#. Install Thonny 3.2 or later
#. Select "Tools => Manage plug-ins"...
#. enter ``thonny-edison`` to search box and press ENTER
#. Install the plug-in
#. Restart Thonny

After this you should see Edison programming command in Tools menu

Usage
-----
* Save Edison scripts as local py-files.
* Autocomplete is available on ``Ed``-module.
* When you are done, use "Tools => Send current script to Edison".