Apr-24-2021, 09:48 AM
import sys from PyQt5.QtWidgets import * class MainWindow(QMainWindow): def __init__(self): super(MainWindow, self).__init__() self.showMaximized() app = QApplication(sys.argv) QApplication.setApplicationName('Chrome Killer')it is supposed to open a black window called "Chrome Killer" but it does nothing i dont know what to do. Please help.