Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thonny/thonny-edison
- Owner: thonny
- License: gpl-2.0
- Created: 2019-11-18T19:06:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T14:17:35.000Z (about 2 years ago)
- Last Synced: 2024-11-01T10:07:47.262Z (12 days ago)
- Topics: edison, education, meetedison, robotics, thonny
- Language: Python
- Size: 287 KB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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 ThonnyAfter 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".