Skip to content

elektrobil/micropyde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

An arduino like IDE for micropython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%