0

Ive got a Pico PI and i want to program a GUI for it. Since micropython doesnt support any GUI's like tkinter I was wondering if there is a way to Call and execute programms saved on the pico from python3.

thanks for your help in advance.

Jonas
  • 121,568
  • 97
  • 310
  • 388
  • Does this answer your question? [Is the a way run pyqt on micropython?](https://stackoverflow.com/questions/68870927/is-the-a-way-run-pyqt-on-micropython) – Lixas Oct 21 '21 at 11:09
  • Call micropython programs from Python3 running where? Is Python3 running on a Linux machine with an attached Pico? Or something else? – Mark Setchell Dec 15 '21 at 22:47
  • You can communicate with the Pico over a serial connection, so you can certainly have Python on your host computer communicate with Micropython code running on your Pico. – larsks May 19 '22 at 23:50

0 Answers0