tombol PYQT5

    b1 = QtWidgets.QPushButton(win)
    b1.setText("click me")
    #b1.move(100,100) to move the button
Attractive Addax