Introduction to PyQt5
intro1
Development Environment Setup
WalnutPi
First Window
In this section, we'll create the simplest window to learn how to build your own GUI and run it on the WalnutPi.
Writing and Running Code
Local on WalnutPi
Signals and Slots
What Are Signals and Slots
Widgets
4 items
绘图
4 items
Packaging and Publishing Programs
On the WalnutPi system, you can use Pyinstaller to package Python code into an executable file. This is essentially an application that can be run by double-clicking.