Web-based code editor in + for MicroPython #9474
vsolina
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
That's super cool! |
Beta Was this translation helpful? Give feedback.
1 reply
-
You too :') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a code editor that is hosted on and runs on MicroPython+WiFi boards (tested it on ESP32) with a web interface where you can list directories, open text/py/html/js/css files, edit and store them. It also has an integrated WebREPL terminal to execute edited .py files.
Did not intend to publish this thing, but it is so useful for me that I wrote the majority of the editor code in the editor (it pulled itself by the bootstraps)
I hope someone else finds it as useful as I do: https://github.com/vsolina/micropython-web-editor
Beta Was this translation helpful? Give feedback.
All reactions