mpremote

Tool for interacting remotely with MicroPython devices

brewmacoslinux
Try with needOr install directly
Source

About

Tool for interacting remotely with MicroPython devices

Commands

mpremote

Examples

Connect to a MicroPython device and open interactive REPL$ mpremote
Execute a Python command on the remote device$ mpremote exec 'print("Hello from device")'
Transfer a local file to the device$ mpremote cp main.py :