Python IDE for ARM Processors based on Micropython framework. Here is the Demo.
It is an IDE created in Flask and based on the microPython framwork, everything was done in html and css, some parts in javascript and it was also used the library Codemirror for the syntax in the python editor.
Teensy 3.1
Teensy 3.5
Teensy 3.6
Micropython Framework
Codemirror for editor
Semantic UI
DIBBLED for the logo
Logo is under creativecommons.org/licenses/by/4.0/ license
@DIBBLED XDA & G+
Contact: dibbledesigns14@gmail.com
First you need to clone the directory:
git clone https://github.com/arturgoms/PyinArm.git
The next step is install all the dependencies( if you already have pip installed):
pip install -U -r requirements.txt
If dont ( Windows ):
python get-pip.py
(macOs):
sudo easy_install pip
After enter the directory you can now execute PyinArm.py:
sudo python PyinArm.py
Usage is provided under the MIT License. See LICENSE for the full details.