但是为了测试用例的通用化,学习了PyQT做界面,用了4个月。import time import pyvisa import serial im...
Granted, many of these toolkits have Python bindings — PyQt, PySide, and wxPython come to mind. However, the defacto GUI framework for Python is Tkinter, a wrapper around Tk that is relatively simple to use. So, I elected to go with that. I did consider PySimpleGUI, which is, as ...