import sys import ux from PyQt5.QtWidgets import QApplication app = QApplication(sys.argv) search = ux.Ux() search.show() sys.exit(app.exec_())