8000 GitHub - arturgoms/py-in-arm: Python IDE for ARM Processors
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arturgoms/py-in-arm

Repository files navigation


Markdownify

Python IDE for ARM Processors based on Micropython framework. Here is the Demo.

Electron Gitter


SDVersion

How it works

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.

Support ( for now )

Teensy 3.1
Teensy 3.5
Teensy 3.6

Credits

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

Manual installation

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

License

Usage is provided under the MIT License. See LICENSE for the full details.

About

Python IDE for ARM Processors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0