News

Last time, I assembled a Python object representing a Rigol oscilloscope. Manipulating the object communicates with the scope over the network. But my original goal was to build a little GUI window… ...
Each Python GUI library and framework has its own unique features and capabilities, as well as its own strengths and weaknesses. Some libraries may be better suited for simple applications, ...
The Python program then asks for the com port it should be using for this session. The source package, including the code which runs on the microcontrollers, can be found at the project repository .
Tkinter is the first Python GUI development kit and is available with almost every Python distribution. It looks ugly, though, and requires you to embed Tk into your Python applications, which feels ...