News

Some notable Python GUI projects include the Blender 3D modeling software, the PyCharm integrated development environment, and the Dropbox desktop application.
Since we're going to be moving away from the terminal in this application, we'll instead need to set up Tkinter to build out our application's graphical user interface (GUI).
Rather than reimplement things each and every time, [sgall17a] put together a simple GUI menu system in Micropython that can be reused in all sorts of projects.
A GUI application’s acceptance test is not straightforward, but, in the case of Swing GUI applications, a small scaffolding utility can automate both unit and acceptance tests.
Quixote is a web application framework for Python programmers. It was primarily developed by Andrew Kuchling, Neil Schemenauer and myself (Greg Ward) at the MEMS Exchange, in order to make our real ...
Unfortunately, Micropython has historically lacked a decent high-level GUI library. Thankfully, that’s no longer the case, with [amirgon] porting LittlevGL to the platform.
One little trick I tried was installing GNOME Software with the command: sudo apt install gnome-software -y In theory, this would give you a GUI application you can use to install software.