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/.
- 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
- Save Edison scripts as local py-files.
- Autocomplete is available on
Ed
-module. - When you are done, use "Tools => Send current script to Edison".