1 PyQt is a set of Python bindings for the Qt toolkit. PyQt brings
2 together the Qt C++ cross-platform toolkit and the cross-platform
3 interpreted language Python. PyQt contains 300 classes and over
4 5,750 functions and methods.
6 PyQt also includes the pyuic and pylupdate utilities which correspond
7 to the Qt uic and lupdate utilities. pyuic converts the GUI designs
8 created with Qt Designer to executable Python code. pylupdate
9 scans Python code, extracts all strings that are candidates for
10 internationalisation, and creates an XML file for use by Qt Linguist.