Python 3 PyQt5 Hello World Example

Published: 19 March 2018
on channel: ATOM
669
3

Python 3.6 PyQt5 Hello World Example
sudo apt install python3-pip
sudo -H python3 -m pip install pyqt5

import sys
from PyQt5.QtWidgets import *
app = QApplication(sys.argv)
button = QPushButton("Hello World", None)
button.show()
app.exec_()


Watch video Python 3 PyQt5 Hello World Example online without registration, duration hours minute second in high quality. This video was added by user ATOM 19 March 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 669 once and liked it 3 people.