PyQt5
PyQt5 PyQt5là1 thviệngiúpchúngtapháttriểngiaodiệnvớingônngữPythonđơngi nvàhiệnđại 模组ởPyQt5 1. QtCore 2. QtGui 3. QtWidgets 4. QtMultimedia 5. QtBluetooth 6. QtNetwork 7. QtXml 8. QtSvg 导入组件 from PyQt5 . QtWidgets import * 简单的窗口 class Window ( QWidget ): def __init__ ( self ): super (). __init__ () # set the title self . setWindowTitle ( "Hello World Window" )