micropython

Python implementation for microcontrollers and embedded systems

brewmacoslinux
Try with needOr install directly
Source

About

Python implementation for microcontrollers and constrained systems

Commands

micropython

Examples

Start interactive REPL shell for MicroPython$ micropython
Execute a MicroPython script file$ micropython script.py
Run MicroPython code directly from command line$ micropython -c "print('Hello, MicroPython!')"