Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.3 KB

README.md

File metadata and controls

66 lines (37 loc) · 1.3 KB

Micropyde

An IDE for micropython.

Please note this is currently in alpha.

Features

  1. Editor using Scintilla with code hinting
  2. "Serial Monitor" with com and websocket support
  3. Flashing with esptool
  4. Script run and upload (WIP)
Flashing

Micropython IDE - Esptool flashing

Code hinting and function tips

Micropython IDE - Code hints and function tips

Websocket support

Miroypthon IDE - Websocket repl

Supports

As of now the esp8266 (should work with others, haven't tested)

Installing

Build from source

#: Clone
git clone https://github.com/codelv/micropyde
cd micropyde

#: Make venv
virtualenv -p python3 venv
source venv/bin/activate

#: Install my enaml fork
pip install git+https://github.com/frmdstryr/enaml@latest

#: Build
pip install .

#: Run
python main.py

License

Released under the GPL v3.

Donate

If you would like to support the development of this project. Please donate and let me know!