News

Last time, I assembled a Python object ... the simplest example. Make a button and close the program when you push it. The mainloop call handles the event loop common in GUI programs.
Unfortunately, Micropython has historically lacked a decent high-level GUI library ... with Micropython code. It’s all object-oriented, and thus works well in the broader Python framework.