import sys from PyQt5.QtCore import QTimer, Qt from PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QLabel, QVBoxLayout class Demo(QWidget): def __init__(self): super(Demo, self).__init__() self.label = QLabel(', self) self.label.setAlignm…