https://github.com/codelv/micropyde
An arduino like IDE for micropython
https://github.com/codelv/micropyde
micropython
Last synced: about 1 year ago
JSON representation
An arduino like IDE for micropython
- Host: GitHub
- URL: https://github.com/codelv/micropyde
- Owner: codelv
- License: gpl-3.0
- Created: 2018-01-01T15:16:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T02:03:28.000Z (over 4 years ago)
- Last Synced: 2025-03-29T01:51:39.696Z (about 1 year ago)
- Topics: micropython
- Language: Python
- Size: 1.42 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

##### Code hinting and function tips

##### Websocket support

### Supports
As of now the esp8266 (should work with others, haven't tested)
### Installing
Build from source
```bash
#: Clone
git clone https://github.com/codelv/micropyde
cd micropyde
#: Make venv
virtualenv -p python3 venv
source venv/bin/activate
#: Build
pip install -e .
#: Run
micropyde
```
### License
Released under the GPL v3.
### Donate
If you would like to support the development of this project.
Please [donate](https://www.codelv.com/donate/) and let me know!